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:
Matthew Bauer 2020-02-24 19:59:49 -05:00
parent 42fe7c7d47
commit e0ac0546de

View File

@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
pkgconfig
python3
valgrind
libxslt
];
buildInputs = [