treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
@@ -42,12 +42,9 @@ stdenv.mkDerivation {
|
||||
--replace /bin/bash ${bash}/bin/bash;
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
"-Wno-error=unused-result" "-Wno-error=nonnull-compare"
|
||||
"-Wno-error=format-truncation"
|
||||
];
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=unused-result -Wno-error=nonnull-compare -Wno-error=format-truncation";
|
||||
|
||||
makeFlags = "DESTDIR=$(out) prefix=";
|
||||
makeFlags = [ "DESTDIR=$(out)" "prefix=" ];
|
||||
|
||||
meta = {
|
||||
description = "A collection of postfix-related tools";
|
||||
|
||||
Reference in New Issue
Block a user