Skip to content

Commit b49515b

Browse files
authoredMar 25, 2025
chmlib: Fix build on darwin (#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

+1-1
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)
Failed to load comments.