cgit: fix regression where cgi script was not installed anymore

Related to https://github.com/NixOS/nixpkgs/pull/131705.
This commit is contained in:
Rick van Schijndel 2021-07-28 19:29:35 +02:00 committed by Bjørn Forsman
parent 7b739f3e19
commit ced2371674

View file

@ -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"
];