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:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postInstall = ''
|
||||
ln -sv ${libsoup}/include/*/libsoup $out/include
|
||||
ln -sv ${libxml2}/include/*/libxml $out/include
|
||||
ln -sv ${libxml2.dev}/include/*/libxml $out/include
|
||||
ln -sv ${gssdp}/include/*/libgssdp $out/include
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user