treewide: Make explicit that 'dev' output of libxslt is used
This commit is contained in:
parent
1c761150f7
commit
a6f6b30851
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-libxml2=${libxml2}"
|
"--with-libxml2=${libxml2}"
|
||||||
"--with-libxslt=${libxslt}"
|
"--with-libxslt=${libxslt.dev}"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in New Issue