libpsl: add libxslt as a native dependency
libxslt is actually both a target and native build input because some libxslt binary is needed to generate files and the built binaries also link against libxslt.
This commit is contained in:
parent
42fe7c7d47
commit
e0ac0546de
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
|
|||
pkgconfig
|
||||
python3
|
||||
valgrind
|
||||
libxslt
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue