Merge pull request #140849 from manveru/wrappedRuby-fixes
bundlerEnv.wrappedRuby: inherit gemPath and meta
This commit is contained in:
commit
cecd2782d7
@ -119,6 +119,7 @@ let
|
||||
wrappedRuby = stdenv.mkDerivation {
|
||||
name = "wrapped-ruby-${pname'}";
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
inherit (ruby) gemPath meta;
|
||||
buildCommand = ''
|
||||
mkdir -p $out/bin
|
||||
for i in ${ruby}/bin/*; do
|
||||
|
Loading…
Reference in New Issue
Block a user