libxslt: fix build with libxcrypt

This commit is contained in:
Franz Pletz 2022-09-24 20:36:55 +02:00 committed by Martin Weinelt
parent 872c524454
commit 44a73d018e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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 [