me
/
guix
Archived
1
0
Fork 0

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
Ricardo Wurmus 2023-04-24 09:56:32 +02:00
parent e2c1506e86
commit 794e8880b9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 16 additions and 13 deletions

View File

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