Merge pull request #41566 from krav/fix-gitaly

gitaly: Cause ruby-cd to be wrapped so bundler will work
This commit is contained in:
Jörg Thalheim 2018-06-11 11:58:27 +01:00 committed by GitHub
commit 8ba3df7687
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,8 @@ in buildGoPackage rec {
inherit rubyEnv;
};
buildInputs = [rubyEnv.wrappedRuby];
postInstall = ''
mkdir -p $ruby
cp -rv $src/ruby/{bin,lib,vendor} $ruby