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