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

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 = ''