treewide: Make explicit that 'dev' output of libxslt is used
This commit is contained in:
committed by
Vladimír Čunát
parent
9d5ba6ba68
commit
3672f3edcb
@@ -177,7 +177,7 @@ let
|
||||
};
|
||||
|
||||
xsl = {
|
||||
configureFlags = ["--with-xsl=${libxslt}"];
|
||||
configureFlags = ["--with-xsl=${libxslt.dev}"];
|
||||
buildInputs = [libxslt];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user