Merge pull request #98262 from ju1m/fix-gitolite
gitolite: fix updating of gitweb access list and description
This commit is contained in:
commit
8779fd7ef7
@ -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