ac-library: fix darwin build (#459860)

This commit is contained in:
Thiago Kenji Okada
2025-11-16 11:45:13 +00:00
committed by GitHub
+1
View File
@@ -60,6 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
env = {
NIX_CFLAGS_COMPILE = toString [
"-Wno-error=array-bounds"
"-Wno-character-conversion"
];
};