diff options
author | Andreas Enge <andreas@enge.fr> | 2023-04-16 13:49:35 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-04-16 13:49:35 +0200 |
commit | f2166cfacea03dcc399d1858d27ff473ebfc0679 (patch) | |
tree | 131c834c366049f39f96f0b502e2100d888336ff /gnu/packages/linphone.scm | |
parent | 1b28cde6a55f56ee2c727b9a4d2309bfab9461bd (diff) |
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.
Diffstat (limited to 'gnu/packages/linphone.scm')
-rw-r--r-- | gnu/packages/linphone.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 <maxim.cournoyer@gmail.com> ;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2023 Ricardo Wurmus <rekado@elephly.net> +;;; Copyright © 2023 Andreas Enge <andreas@enge.fr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -799,7 +800,7 @@ device.") libnotify libxml2 mediastreamer2 - openldap-for-linphone + openldap ortp soci sqlite |