nixpkgs/pkgs/development/ruby-modules/gem
Burke Libbey 62e680cdcf ruby-modules: parse build_flags correctly:
In building a gem whose native extension is a Rakefile, the previous
version of this code will call essentially `rake ""`, when it means to
call `rake`.

This change converts `""` into `[]` rather than `[""]`.
2019-12-17 00:58:32 +00:00
..
default.nix treewide: Make still dont* Variables are optional in most cases 2019-11-01 14:44:44 -04:00
gem-post-build.rb ruby.withPackages: init 2019-09-03 19:44:49 +00:00
nix-bundle-install.rb ruby-modules: parse build_flags correctly: 2019-12-17 00:58:32 +00:00