treewide: Make explicit that 'dev' output of expat is used
This commit is contained in:
committed by
Vladimír Čunát
parent
4e0307dcfc
commit
8bbc3fe801
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = optional stdenv.isFreeBSD autoreconfHook;
|
||||
|
||||
configureFlags = [ "--with-apr=${apr.dev}" "--with-expat=${expat}" ]
|
||||
configureFlags = [ "--with-apr=${apr.dev}" "--with-expat=${expat.dev}" ]
|
||||
++ optional (!stdenv.isCygwin) "--with-crypto"
|
||||
++ optional sslSupport "--with-openssl=${openssl}"
|
||||
++ optional bdbSupport "--with-berkeley-db=${db}"
|
||||
|
||||
Reference in New Issue
Block a user