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

This commit is contained in:
Tuomas Tynkkynen
2016-05-19 10:00:48 +02:00
committed by Vladimír Čunát
parent 9d5ba6ba68
commit 3672f3edcb
3 changed files with 3 additions and 3 deletions
@@ -177,7 +177,7 @@ let
};
xsl = {
configureFlags = ["--with-xsl=${libxslt}"];
configureFlags = ["--with-xsl=${libxslt.dev}"];
buildInputs = [libxslt];
};