treewide: Make explicit that 'dev' output of libxslt is used
This commit is contained in:
@@ -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; {
|
||||||
|
|||||||
Reference in New Issue
Block a user