mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: tdb: Add libxcrypt dependency.
* gnu/packages/databases.scm (tdb): Add libxcrypt dependency. Change-Id: If44722b61b9ed427665b5939a2c5f5ef35e78691
This commit is contained in:
parent
5fbe77bed7
commit
e536b15a3d
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue