libnixxml: move CFLAGS into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 19:23:22 +01:00
parent c39b203bfc
commit f2a2964d62
+2 -1
View File
@@ -45,7 +45,8 @@ stdenv.mkDerivation {
"--with-gd"
"--with-glib"
];
CFLAGS = [
env.CFLAGS = toString [
"-Wall"
"-std=c90"
];