gnu: openldap: Use gnutls.
* gnu/packages/openldap.scm (openldap)[inputs]: Switch to gnutls. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
9f2989b6cc
commit
217f3fdfe6
|
@ -55,14 +55,11 @@
|
||||||
"0044p20hx07fwgw2mbwj1fkx04615hhs1qyx4mawj2bhqvrnppnp"))))
|
"0044p20hx07fwgw2mbwj1fkx04615hhs1qyx4mawj2bhqvrnppnp"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("bdb" ,bdb-5.3)
|
(inputs `(("bdb" ,bdb-5.3)
|
||||||
("openssl" ,openssl)
|
|
||||||
("cyrus-sasl" ,cyrus-sasl)
|
("cyrus-sasl" ,cyrus-sasl)
|
||||||
|
("gnutls" ,gnutls)
|
||||||
("groff" ,groff)
|
("groff" ,groff)
|
||||||
("icu4c" ,icu4c)
|
("icu4c" ,icu4c)
|
||||||
("libgcrypt" ,libgcrypt)
|
("libgcrypt" ,libgcrypt)
|
||||||
;; FIXME: currently, openldap requires openssl or gnutls<3, see
|
|
||||||
;; http://www.openldap.org/its/index.cgi/Incoming?id=7430;page=17
|
|
||||||
;; Once this is fixed, switch to gnutls.
|
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs `(("libtool" ,libtool)))
|
(native-inputs `(("libtool" ,libtool)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue