replace libgrypt with libxcrypt for openldap. Not sure about this one

This commit is contained in:
Yann Dupont 2024-09-05 19:19:58 +02:00
parent 6913b074b2
commit 68025a5f7a

View file

@ -30,7 +30,7 @@
(uri (list (string-append "https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-" version ".tgz")))
(sha256 (base32 "184ywcpw9gbrllp1a1q9a6g7aq583phxnhj4cd1lv622yn69jbh8"))))
(build-system gnu-build-system)
(inputs (list argon2 cyrus-sasl openssl libevent libgcrypt libltdl lz4 perl snappy unixodbc wiredtiger zlib))
(inputs (list argon2 cyrus-sasl openssl libevent libxcrypt libltdl lz4 perl snappy unixodbc wiredtiger zlib)) ;; YD : was libgcrypt ?? but broken (Sept 2024)
(native-inputs (list bdb groff libtool pkg-config))
(arguments `(
#:tests? #f