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 , gettext
, python , python
, ncurses , ncurses
, libxcrypt
, libgcrypt , libgcrypt
, cryptoSupport ? false , cryptoSupport ? false
, pythonSupport ? true , pythonSupport ? true
@ -34,7 +35,7 @@ stdenv.mkDerivation rec {
]; ];
buildInputs = [ buildInputs = [
libxml2.dev libxml2.dev libxcrypt
] ++ lib.optional stdenv.isDarwin [ ] ++ lib.optional stdenv.isDarwin [
gettext gettext
] ++ lib.optionals pythonSupport [ ] ++ lib.optionals pythonSupport [