treewide: Make explicit that 'dev' output of libxslt is used

This commit is contained in:
Tuomas Tynkkynen
2016-04-16 20:40:27 +03:00
committed by Vladimír Čunát
parent 9d5ba6ba68
commit 3672f3edcb
3 changed files with 3 additions and 3 deletions

View File

@@ -177,7 +177,7 @@ let
};
xsl = {
configureFlags = ["--with-xsl=${libxslt}"];
configureFlags = ["--with-xsl=${libxslt.dev}"];
buildInputs = [libxslt];
};