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

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