gnu: tdb: Add libxcrypt dependency.

* gnu/packages/databases.scm (tdb): Add libxcrypt dependency.

Change-Id: If44722b61b9ed427665b5939a2c5f5ef35e78691
This commit is contained in:
Josselin Poiret 2024-02-02 19:05:55 +01:00 committed by Ludovic Courtès
parent 5fbe77bed7
commit e536b15a3d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2050,6 +2050,7 @@ (define-public tdb
(string-append "--prefix=" out))))))))
(native-inputs
(list docbook-xsl
libxcrypt
libxslt
python ;for the Waf build system
which))