3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #98262 from ju1m/fix-gitolite

gitolite: fix updating of gitweb access list and description
This commit is contained in:
Lassulus 2020-09-19 15:00:41 +02:00 committed by GitHub
commit 8779fd7ef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
postFixup = ''
wrapProgram $out/bin/gitolite-shell \
--prefix PATH : "${git}/bin"
--prefix PATH : ${lib.makeBinPath [ git perl ]}
'';
installPhase = ''