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
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
"prefix=$(out)"
|
"prefix=$(out)"
|
||||||
"CGIT_SCRIPT_PATH=$out/cgit/"
|
"CGIT_SCRIPT_PATH=$(out)/cgit/"
|
||||||
"CC=${stdenv.cc.targetPrefix}cc"
|
"CC=${stdenv.cc.targetPrefix}cc"
|
||||||
"AR=${stdenv.cc.targetPrefix}ar"
|
"AR=${stdenv.cc.targetPrefix}ar"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue