treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "152prqad9jszjmm4wwqrq83zk13ypsz09n02nrk1gg0fcxfm7fr2";
|
||||
};
|
||||
|
||||
makeFlags = "DESTDIR=$(out)";
|
||||
makeFlags = [ "DESTDIR=$(out)" ];
|
||||
|
||||
hardeningDisable = [ "fortify" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user