mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
replace libgrypt with libxcrypt for openldap. Not sure about this one
This commit is contained in:
parent
6913b074b2
commit
68025a5f7a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue