libnixxml: move CFLAGS into env for structuredAttrs
This commit is contained in:
@@ -45,7 +45,8 @@ stdenv.mkDerivation {
|
||||
"--with-gd"
|
||||
"--with-glib"
|
||||
];
|
||||
CFLAGS = [
|
||||
|
||||
env.CFLAGS = toString [
|
||||
"-Wall"
|
||||
"-std=c90"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user