mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: openldap-for-linphone: Hide it.
We don't want this to show up when searching for "openldap". * gnu/packages/openldap.scm (openldap-for-linphone): Wrap in HIDDEN-PACKAGE and add a comment.
This commit is contained in:
parent
e2c1506e86
commit
794e8880b9
1 changed files with 16 additions and 13 deletions
|
@ -113,20 +113,23 @@ (define-public openldap
|
|||
(license openldap2.8)
|
||||
(home-page "https://www.openldap.org/")))
|
||||
|
||||
;; This is an incompatible fork of openldap that adds types needed for
|
||||
;; liblinphone.
|
||||
(define-public openldap-for-linphone
|
||||
(package
|
||||
(inherit openldap)
|
||||
(name "openldap")
|
||||
(version "2.6.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.linphone.org/BC/public/external/openldap/")
|
||||
(commit "8a885896a3fb88098d970ab96316c0b7f18367b8")))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1yd3cnngr5z3nymnml8fynspxgdzap7y7glp601nbkdj67wyg0k8"))))))
|
||||
(hidden-package
|
||||
(package
|
||||
(inherit openldap)
|
||||
(name "openldap")
|
||||
(version "2.6.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.linphone.org/BC/public/external/openldap/")
|
||||
(commit "8a885896a3fb88098d970ab96316c0b7f18367b8")))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1yd3cnngr5z3nymnml8fynspxgdzap7y7glp601nbkdj67wyg0k8")))))))
|
||||
|
||||
(define-public nss-pam-ldapd
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue