treewide: Make explicit that 'dev' output of curl is used
This commit is contained in:
committed by
Vladimír Čunát
parent
5e5c5382f6
commit
e28e010b36
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
"--with-xml=${libxml2}"
|
||||
"--with-openssl=${openssl}"
|
||||
"--with-libncurses-prefix=${ncurses}"
|
||||
"--with-libcurl=${curl}"
|
||||
"--with-libcurl=${curl.dev}"
|
||||
"--with-pcre=${pcre}"
|
||||
"--enable-milter"
|
||||
"--disable-clamav"
|
||||
|
||||
Reference in New Issue
Block a user