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,7 +113,10 @@
|
||||||
(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
|
||||||
|
(hidden-package
|
||||||
(package
|
(package
|
||||||
(inherit openldap)
|
(inherit openldap)
|
||||||
(name "openldap")
|
(name "openldap")
|
||||||
|
@ -126,7 +129,7 @@
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yd3cnngr5z3nymnml8fynspxgdzap7y7glp601nbkdj67wyg0k8"))))))
|
"1yd3cnngr5z3nymnml8fynspxgdzap7y7glp601nbkdj67wyg0k8")))))))
|
||||||
|
|
||||||
(define-public nss-pam-ldapd
|
(define-public nss-pam-ldapd
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue