talloc: fix build with libxcrypt

This commit is contained in:
Franz Pletz 2022-09-27 04:30:17 +02:00 committed by Martin Weinelt
parent cc9be15a2f
commit 5b572c5377
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -4,6 +4,7 @@
, pkg-config
, readline
, libxslt
, libxcrypt
, docbook-xsl-nons
, docbook_xml_dtd_42
, fixDarwinDylibNames
@ -33,6 +34,7 @@ stdenv.mkDerivation rec {
python3
readline
libxslt
libxcrypt
];
wafPath = "buildtools/bin/waf";