3
0
Fork 0
forked from mirrors/nixpkgs

pfixtools: set -Wno-error=unused-result

hardening enables further warnings breaking the build
This commit is contained in:
Robin Gloster 2016-08-03 20:13:49 +00:00
parent 708653a634
commit bfa5a27ed9

View file

@ -38,6 +38,8 @@ stdenv.mkDerivation {
--replace /bin/bash ${bash}/bin/bash;
'';
NIX_CFLAGS_COMPILE = "-Wno-error=unused-result";
makeFlags = "DESTDIR=$(out) prefix=";
meta = {