libnixxml: fix darwin build (#353179)

This commit is contained in:
Aleksana
2024-11-04 10:09:03 +08:00
committed by GitHub
@@ -29,7 +29,10 @@ stdenv.mkDerivation {
'';
configureFlags = [ "--with-gd" "--with-glib" ];
CFLAGS = "-Wall";
CFLAGS = [
"-Wall"
"-std=c90"
];
strictDeps = true;
nativeBuildInputs = [