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
|
@ -54,7 +54,7 @@
|
||||||
(base32
|
(base32
|
||||||
"0044p20hx07fwgw2mbwj1fkx04615hhs1qyx4mawj2bhqvrnppnp"))))
|
"0044p20hx07fwgw2mbwj1fkx04615hhs1qyx4mawj2bhqvrnppnp"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("bdb" ,bdb)
|
(inputs `(("bdb" ,bdb-5.3)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("cyrus-sasl" ,cyrus-sasl)
|
("cyrus-sasl" ,cyrus-sasl)
|
||||||
("groff" ,groff)
|
("groff" ,groff)
|
||||||
|
|
Loading…
Reference in New Issue