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:
commit
8779fd7ef7
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
postFixup = ''
|
||||
wrapProgram $out/bin/gitolite-shell \
|
||||
--prefix PATH : "${git}/bin"
|
||||
--prefix PATH : ${lib.makeBinPath [ git perl ]}
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue