bundler: do not add a ruby name prefix

Otherwise bundler replaces ruby:

% nix-env -iA nixpkgs.ruby
installing ‘ruby-1.9.3-p547’
% nix-env -iA nixpkgs.bundler
replacing old ‘ruby-1.9.3-p547’
installing ‘ruby-1.9.3-p547-bundler-1.9.2’
This commit is contained in:
Pascal Wittmann 2015-05-27 14:43:46 +02:00
parent 49b5acc3d9
commit 150ae25546

View File

@ -2,6 +2,7 @@
buildRubyGem {
name = "bundler-1.9.2";
namePrefix = "";
sha256 = "0ck9bnqg7miimggj1d6qlabrsa5h9yaw241fqn15cvqh915209zk";
dontPatchShebangs = true;
postInstall = ''