treewide: Make explicit that 'dev' output of expat is used

This commit is contained in:
Tuomas Tynkkynen
2016-04-16 19:49:30 +03:00
committed by Vladimír Čunát
parent 4e0307dcfc
commit 8bbc3fe801
5 changed files with 5 additions and 5 deletions

View File

@@ -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}"