libnixxml: fix darwin build
This commit is contained in:
parent
7fba2cbe26
commit
5175000c08
@ -29,7 +29,10 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
configureFlags = [ "--with-gd" "--with-glib" ];
|
||||
CFLAGS = "-Wall";
|
||||
CFLAGS = [
|
||||
"-Wall"
|
||||
"-std=c90"
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user