me
/
guix
Archived
1
0
Fork 0

gnu: liblinphone: Restore special openldap variant.

This is a partial revert of commit f2166cface.

* gnu/packages/openldap.scm (openldap-for-linphone): Restore this variable.
* gnu/packages/linphone.scm (liblinphone)[inputs]: Replace openldap with
openldap-for-linphone.
master
Ricardo Wurmus 2023-04-24 00:06:44 +02:00
parent bacee2da69
commit bdd48e3cb9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
2 changed files with 16 additions and 1 deletions

View File

@ -800,7 +800,7 @@ device.")
libnotify
libxml2
mediastreamer2
openldap
openldap-for-linphone
ortp
soci
sqlite

View File

@ -113,6 +113,21 @@
(license openldap2.8)
(home-page "https://www.openldap.org/")))
(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"))))))
(define-public nss-pam-ldapd
(package
(name "nss-pam-ldapd")