pfixtools: set -Wno-error=unused-result

hardening enables further warnings breaking the build

+2
+2
pkgs/servers/mail/postfix/pfixtools.nix
··· 38 38 --replace /bin/bash ${bash}/bin/bash; 39 39 ''; 40 40 41 + NIX_CFLAGS_COMPILE = "-Wno-error=unused-result"; 42 + 41 43 makeFlags = "DESTDIR=$(out) prefix="; 42 44 43 45 meta = {