mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
rubygems will always conflict with ruby's 'gem' command, but if it's installed it should take precedence
svn path=/nixpkgs/trunk/; revision=32372
This commit is contained in:
parent
86710c1fe6
commit
609b5589bc
@ -2787,7 +2787,7 @@ let
|
||||
rubygemsFun = ruby: builderDefsPackage (import ../development/interpreters/ruby/rubygems.nix) {
|
||||
inherit ruby makeWrapper;
|
||||
};
|
||||
rubygems = rubygemsFun ruby;
|
||||
rubygems = hiPrio (rubygemsFun ruby);
|
||||
|
||||
rq = callPackage ../applications/networking/cluster/rq { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user