nixpkgs/pkgs/development/ruby-modules/with-packages
Alyssa Ross 547b5b7a73 ruby.withPackages: preserve setup hooks (#72743)
This fixes

    nix-shell -p 'ruby.withPackages (const [])' ruby.devdoc

which otherwise wouldn't find documentation, unlike

    nix-shell -p ruby ruby.devdoc

which would, because ruby has setup hooks to accomodate for this, that
were being masked by the withPackages wrapper.
2019-11-03 22:09:44 +00:00
..
default.nix ruby.withPackages: preserve setup hooks (#72743) 2019-11-03 22:09:44 +00:00
Gemfile rubyPackages: remove global v8 pinning 2019-11-01 13:53:35 +01:00
require_exceptions.nix
test.nix
test.rb