guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: liblinphone: Restore special openldap


From: guix-commits
Subject: branch core-updates updated: gnu: liblinphone: Restore special openldap variant.
Date: Sun, 23 Apr 2023 18:13:28 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new bdd48e3cb9 gnu: liblinphone: Restore special openldap variant.
bdd48e3cb9 is described below

commit bdd48e3cb92eaa8f6ba6a6e35a8d74cc94c513b6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 24 00:06:44 2023 +0200

    gnu: liblinphone: Restore special openldap variant.
    
    This is a partial revert of commit f2166cfacea03dcc399d1858d27ff473ebfc0679.
    
    * gnu/packages/openldap.scm (openldap-for-linphone): Restore this variable.
    * gnu/packages/linphone.scm (liblinphone)[inputs]: Replace openldap with
    openldap-for-linphone.
---
 gnu/packages/linphone.scm |  2 +-
 gnu/packages/openldap.scm | 15 +++++++++++++++
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index bd7dffdf4a..7d87ee602c 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -800,7 +800,7 @@ device.")
            libnotify
            libxml2
            mediastreamer2
-           openldap
+           openldap-for-linphone
            ortp
            soci
            sqlite
diff --git a/gnu/packages/openldap.scm b/gnu/packages/openldap.scm
index d90cf6e66f..2dcda009e6 100644
--- a/gnu/packages/openldap.scm
+++ b/gnu/packages/openldap.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]