mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
this was a little too much of a cleaning
This commit is contained in:
parent
a6f6fe69fe
commit
fcc36a29b9
1 changed files with 15 additions and 0 deletions
|
@ -18,6 +18,21 @@
|
||||||
(inherit gnu:openldap)
|
(inherit gnu:openldap)
|
||||||
(name "openldap")
|
(name "openldap")
|
||||||
(version "2.5.7")
|
(version "2.5.7")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (list
|
||||||
|
(string-append "https://www.openldap.org/software/download/OpenLDAP/" "openldap-release/openldap-" version ".tgz")
|
||||||
|
(string-append "http://gpl.savoirfairelinux.net/pub/mirrors/openldap/" "openldap-release/openldap-" version ".tgz")
|
||||||
|
(string-append "http://repository.linagora.org/OpenLDAP/" "openldap-release/openldap-" version ".tgz")
|
||||||
|
(string-append "ftp://ftp.ntua.gr/mirror/OpenLDAP/" "openldap-release/openldap-" version ".tgz")
|
||||||
|
(string-append "https://mirror-hk.koddos.net/OpenLDAP/" "openldap-release/openldap-" version ".tgz")
|
||||||
|
(string-append "ftp://ftp.dti.ad.jp/pub/net/OpenLDAP/" "openldap-release/openldap-" version ".tgz")
|
||||||
|
(string-append "https://mirror.koddos.net/OpenLDAP/" "openldap-release/openldap-" version ".tgz")
|
||||||
|
(string-append "https://mirror.lyrahosting.com/OpenLDAP/" "openldap-release/openldap-" version ".tgz")
|
||||||
|
))
|
||||||
|
(sha256 ( base32 "1ayr76sa5hjwldqzis5v71sbp88hd3hysc00gw1raqn33c05g5za" ))
|
||||||
|
)
|
||||||
|
)
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(
|
(inputs `(
|
||||||
("libltdl", libltdl)
|
("libltdl", libltdl)
|
||||||
|
|
Loading…
Add table
Reference in a new issue