mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: openldap: Use bdb-5.3.
* gnu/packages/openldap.scm (openldap)[inputs]: Switch to bdb-5.3.
This commit is contained in:
parent
557fa39caa
commit
a0adbb0463
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ (define-public openldap
|
|||
(base32
|
||||
"0044p20hx07fwgw2mbwj1fkx04615hhs1qyx4mawj2bhqvrnppnp"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("bdb" ,bdb)
|
||||
(inputs `(("bdb" ,bdb-5.3)
|
||||
("openssl" ,openssl)
|
||||
("cyrus-sasl" ,cyrus-sasl)
|
||||
("groff" ,groff)
|
||||
|
|
Loading…
Reference in a new issue