gitaly: Cause ruby-cd to be wrapped so bundler will work
This commit is contained in:
parent
4ffeb3bb47
commit
786449aa77
@ -23,6 +23,8 @@ in buildGoPackage rec {
|
|||||||
inherit rubyEnv;
|
inherit rubyEnv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildInputs = [rubyEnv.wrappedRuby];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $ruby
|
mkdir -p $ruby
|
||||||
cp -rv $src/ruby/{bin,lib,vendor} $ruby
|
cp -rv $src/ruby/{bin,lib,vendor} $ruby
|
||||||
|
Loading…
x
Reference in New Issue
Block a user