pass NIX_CFLAGS_COMPILE through mkDerivation instead
This commit is contained in:
parent
bb2dda2b37
commit
003055a670
@ -22,9 +22,8 @@ let
|
||||
|
||||
makeFlags = [ "world" ];
|
||||
|
||||
preConfigure = ''
|
||||
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${libxml2.dev}/include/libxml2"
|
||||
'';
|
||||
NIX_CFLAGS_COMPILE = [ "-I${libxml2.dev}/include/libxml2" ];
|
||||
|
||||
configureFlags = [
|
||||
"--with-openssl"
|
||||
"--with-libxml"
|
||||
|
Loading…
x
Reference in New Issue
Block a user