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

This commit is contained in:
Tuomas Tynkkynen 2016-08-23 03:34:38 +03:00
parent 1c761150f7
commit a6f6b30851

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--with-libxml2=${libxml2}"
"--with-libxslt=${libxslt}"
"--with-libxslt=${libxslt.dev}"
];
meta = with stdenv.lib; {