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;
|
||||
};
|
||||
|
||||
buildInputs = [rubyEnv.wrappedRuby];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $ruby
|
||||
cp -rv $src/ruby/{bin,lib,vendor} $ruby
|
||||
|
Loading…
Reference in New Issue
Block a user