libxslt: fix build with libxcrypt
This commit is contained in:
parent
872c524454
commit
44a73d018e
@ -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 [
|
||||||
|
Loading…
Reference in New Issue
Block a user