curl: split into multiple outputs

Also use pkgconfig to be safer and fix (some) referrers.
This commit is contained in:
Vladimír Čunát
2015-10-13 20:18:48 +02:00
parent e71c9cfaa2
commit 99e4371526
25 changed files with 44 additions and 40 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ in stdenv.mkDerivation rec {
--wine-path=${wine_custom} \
--gpg-exec=${gnupg}/bin/gpg2 \
--bash-interp=${bash}/bin/bash \
--downloader=${curl}/bin/curl
--downloader=${curl.bin}/bin/curl
$configureFlags
'';