mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
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:
parent
49b5acc3d9
commit
150ae25546
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
buildRubyGem {
|
buildRubyGem {
|
||||||
name = "bundler-1.9.2";
|
name = "bundler-1.9.2";
|
||||||
|
namePrefix = "";
|
||||||
sha256 = "0ck9bnqg7miimggj1d6qlabrsa5h9yaw241fqn15cvqh915209zk";
|
sha256 = "0ck9bnqg7miimggj1d6qlabrsa5h9yaw241fqn15cvqh915209zk";
|
||||||
dontPatchShebangs = true;
|
dontPatchShebangs = true;
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user