From f2166cfacea03dcc399d1858d27ff473ebfc0679 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Sun, 16 Apr 2023 13:49:35 +0200 Subject: gnu: openldap: Update to 2.6.4 and unify the two variables. * gnu/packages/openldap.scm (openldap): Update to 2.6.4. (openldap-for-linphone): Remove variable. * gnu/packages/linphone.scm (liblinphone)[inputs]: Replace openldap-for-linphone by openldap. --- gnu/packages/linphone.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/linphone.scm') diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm index acc3fb1bd6..bd7dffdf4a 100644 --- a/gnu/packages/linphone.scm +++ b/gnu/packages/linphone.scm @@ -4,6 +4,7 @@ ;;; Copyright © 2020, 2021 Maxim Cournoyer ;;; Copyright © 2020 Tobias Geerinckx-Rice ;;; Copyright © 2023 Ricardo Wurmus +;;; Copyright © 2023 Andreas Enge ;;; ;;; This file is part of GNU Guix. ;;; @@ -799,7 +800,7 @@ (define-public liblinphone libnotify libxml2 mediastreamer2 - openldap-for-linphone + openldap ortp soci sqlite -- cgit v1.2.3