gitolite: fix updating of gitweb access list and description

gstqt5
Julien Moutinho 2020-09-19 07:27:53 +02:00
parent 98a3c77296
commit a3461afcca
1 changed files with 1 additions and 1 deletions

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