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
+3 -3
View File
@@ -32,9 +32,9 @@ stdenv.mkDerivation rec {
#'';
NIX_LDFLAGS = ''
-rpath ${zlib}/lib
-rpath ${libvorbis}/lib
-rpath ${curl}/lib
-rpath ${zlib.out}/lib
-rpath ${libvorbis.out}/lib
-rpath ${curl.out}/lib
'';
buildPhase = ''