We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce92ea3 + 493bda5 commit b49515bCopy full SHA for b49515b
pkgs/by-name/ch/chmlib/package.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
18
19
nativeBuildInputs = [ autoreconfHook ];
20
21
- env = lib.optionalAttrs stdenv.cc.isGNU {
+ env = {
22
NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
23
};
24
0 commit comments