gnu: openldap: Use bdb-5.3.

* gnu/packages/openldap.scm (openldap)[inputs]: Switch to bdb-5.3.
This commit is contained in:
Efraim Flashner 2016-06-19 22:20:43 +03:00
parent 557fa39caa
commit a0adbb0463
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -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)