treewide: Fix dev references to libxml2

This commit is contained in:
Tuomas Tynkkynen
2016-08-30 03:02:32 +03:00
parent 47784e55e1
commit 048a30e4e4
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
preConfigure =
''
export LIBXSLT_PREFIX=${libxslt.dev}
export LIBXML_PREFIX=${libxml2}
export LIBXML_PREFIX=${libxml2.dev}
export LIBXSLT_LIBS=$(pkg-config --libs libxslt libexslt)
export LIBXML_LIBS=$(pkg-config --libs libxml-2.0)
'';