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
gem-post-build.rb
nix-bundle-install.rb ruby-modules: parse build_flags correctly: 2019-12-17 00:58:32 +00:00