mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 02:23:07 +03:00
Merge pull request #41566 from krav/fix-gitaly
gitaly: Cause ruby-cd to be wrapped so bundler will work
This commit is contained in:
commit
8ba3df7687
@ -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