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
@@ -1562,7 +1562,7 @@ let
});
curl = old.curl.overrideDerivation (attrs: {
preConfigure = "export CURL_INCLUDES=${pkgs.curl}/include";
preConfigure = "export CURL_INCLUDES=${pkgs.curl.dev}/include";
});
iFes = old.iFes.overrideDerivation (attrs: {