tdb: fix build with libxcrypt

This commit is contained in:
Franz Pletz 2022-09-27 03:51:42 +02:00 committed by Martin Weinelt
parent dd331ad167
commit ae4e703c17
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -5,6 +5,7 @@
, python3
, readline
, libxslt
, libxcrypt
, docbook-xsl-nons
, docbook_xml_dtd_45
}:
@ -30,6 +31,7 @@ stdenv.mkDerivation rec {
buildInputs = [
python3
readline # required to build python
libxcrypt
];
wafPath = "buildtools/bin/waf";