We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d6e60 commit 3607e1bCopy full SHA for 3607e1b
1 file changed
pkgs/dhclient/default.nix
@@ -59,13 +59,12 @@ stdenv.mkDerivation rec {
59
++ lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) "BUILD_CC=$(CC_FOR_BUILD)";
60
61
NIX_CFLAGS_COMPILE = builtins.toString [
62
+ "-std=gnu17"
63
"-Wno-error=pointer-compare"
64
"-Wno-error=format-truncation"
65
"-Wno-error=stringop-truncation"
66
"-Wno-error=format-overflow"
67
"-Wno-error=stringop-overflow=8"
- "-Wno-error=old-style-definition"
68
- "-Wno-error=incompatible-pointer-types"
69
];
70
71
installFlags = [ "DESTDIR=\${out}" ];
0 commit comments