treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
done
|
||||
'';
|
||||
|
||||
makeFlags = "PREFIX=$(out) CC=cc";
|
||||
makeFlags = [ "PREFIX=$(out)" "CC=cc" ];
|
||||
|
||||
doCheck = true;
|
||||
checkPhase = ''HOME="$TMPDIR" PATH="$PWD:$PATH" make test'';
|
||||
|
||||
Reference in New Issue
Block a user