curl: split into multiple outputs
Also use pkgconfig to be safer and fix (some) referrers.
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user