Merge branch 'devel' into 'main'

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

See merge request glicid-public/guix-glicid!397
This commit is contained in:
Yann Dupont 2024-09-05 17:21:08 +00:00
commit 3f294c4e5a

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