mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
pfixtools: set -Wno-error=unused-result
hardening enables further warnings breaking the build
This commit is contained in:
parent
708653a634
commit
bfa5a27ed9
@ -38,6 +38,8 @@ stdenv.mkDerivation {
|
||||
--replace /bin/bash ${bash}/bin/bash;
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=unused-result";
|
||||
|
||||
makeFlags = "DESTDIR=$(out) prefix=";
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user