gitolite: fix updating of gitweb access list and description
This commit is contained in:
parent
98a3c77296
commit
a3461afcca
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
wrapProgram $out/bin/gitolite-shell \
|
wrapProgram $out/bin/gitolite-shell \
|
||||||
--prefix PATH : "${git}/bin"
|
--prefix PATH : ${lib.makeBinPath [ git perl ]}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user