Skip to content

Commit b49515b

Browse files
authored
chmlib: Fix build on darwin (NixOS#392652)
2 parents ce92ea3 + 493bda5 commit b49515b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/ch/chmlib/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
1818

1919
nativeBuildInputs = [ autoreconfHook ];
2020

21-
env = lib.optionalAttrs stdenv.cc.isGNU {
21+
env = {
2222
NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
2323
};
2424

0 commit comments

Comments
 (0)