cgit: fix regression where cgi script was not installed anymore
Related to https://github.com/NixOS/nixpkgs/pull/131705.
This commit is contained in:
parent
7b739f3e19
commit
ced2371674
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
makeFlags = [
|
||||
"prefix=$(out)"
|
||||
"CGIT_SCRIPT_PATH=$out/cgit/"
|
||||
"CGIT_SCRIPT_PATH=$(out)/cgit/"
|
||||
"CC=${stdenv.cc.targetPrefix}cc"
|
||||
"AR=${stdenv.cc.targetPrefix}ar"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user