libxml2,libxslt: split into multiple outputs

Fixed all references, hopefully.
libxml2Python is slightly hacky now, but it seems to work.
This commit is contained in:
Vladimír Čunát
2015-10-05 13:23:01 +02:00
parent f8c211fd2b
commit 38313d5d87
32 changed files with 83 additions and 79 deletions

View File

@@ -1558,7 +1558,7 @@ let
});
xml2 = old.xml2.overrideDerivation (attrs: {
preConfigure = "export LIBXML_INCDIR=${pkgs.libxml2}/include/libxml2";
preConfigure = "export LIBXML_INCDIR=${pkgs.libxml2.dev}/include/libxml2";
});
curl = old.curl.overrideDerivation (attrs: {