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

This commit is contained in:
Tuomas Tynkkynen
2016-05-19 10:00:29 +02:00
committed by Vladimír Čunát
parent 5e5c5382f6
commit e28e010b36
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--enable-standalone-module"
"--enable-static"
"--with-curl=${curl}"
"--with-curl=${curl.dev}"
"--with-apxs=${apacheHttpd.dev}/bin/apxs"
"--with-pcre=${pcre}"
"--with-apr=${apr.dev}"