chmlib: Fix build on darwin (#392652)

This commit is contained in:
Aleksana
2025-03-25 11:15:13 +08:00
committed by GitHub
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ autoreconfHook ];
env = lib.optionalAttrs stdenv.cc.isGNU {
env = {
NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
};