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.master
parent
e2c1506e86
commit
794e8880b9
|
@ -113,20 +113,23 @@
|
||||||
(license openldap2.8)
|
(license openldap2.8)
|
||||||
(home-page "https://www.openldap.org/")))
|
(home-page "https://www.openldap.org/")))
|
||||||
|
|
||||||
|
;; This is an incompatible fork of openldap that adds types needed for
|
||||||
|
;; liblinphone.
|
||||||
(define-public openldap-for-linphone
|
(define-public openldap-for-linphone
|
||||||
(package
|
(hidden-package
|
||||||
(inherit openldap)
|
(package
|
||||||
(name "openldap")
|
(inherit openldap)
|
||||||
(version "2.6.4")
|
(name "openldap")
|
||||||
(source (origin
|
(version "2.6.4")
|
||||||
(method git-fetch)
|
(source (origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://gitlab.linphone.org/BC/public/external/openldap/")
|
(uri (git-reference
|
||||||
(commit "8a885896a3fb88098d970ab96316c0b7f18367b8")))
|
(url "https://gitlab.linphone.org/BC/public/external/openldap/")
|
||||||
(file-name (git-file-name name version))
|
(commit "8a885896a3fb88098d970ab96316c0b7f18367b8")))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"1yd3cnngr5z3nymnml8fynspxgdzap7y7glp601nbkdj67wyg0k8"))))))
|
(base32
|
||||||
|
"1yd3cnngr5z3nymnml8fynspxgdzap7y7glp601nbkdj67wyg0k8")))))))
|
||||||
|
|
||||||
(define-public nss-pam-ldapd
|
(define-public nss-pam-ldapd
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue