libnixxml: fix darwin build

This commit is contained in:
Matteo Pacini 2024-11-02 17:30:29 +00:00
parent 7fba2cbe26
commit 5175000c08

View File

@ -29,7 +29,10 @@ stdenv.mkDerivation {
'';
configureFlags = [ "--with-gd" "--with-glib" ];
CFLAGS = "-Wall";
CFLAGS = [
"-Wall"
"-std=c90"
];
strictDeps = true;
nativeBuildInputs = [