libxslt: fix build with libxcrypt

This commit is contained in:
Franz Pletz
2022-10-09 18:09:40 +02:00
committed by Martin Weinelt
parent 872c524454
commit 44a73d018e
@@ -8,6 +8,7 @@
, gettext
, python
, ncurses
, libxcrypt
, libgcrypt
, cryptoSupport ? false
, pythonSupport ? true
@@ -34,7 +35,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
libxml2.dev
libxml2.dev libxcrypt
] ++ lib.optional stdenv.isDarwin [
gettext
] ++ lib.optionals pythonSupport [