1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 01:25:57 +02:00

gnu: liblinphone: Enable LDAP support.

* gnu/packages/linphone.scm (liblinphone)
[configure-flags] <ENABLE_LDAP>: New flag.
[inputs]: Add openldap.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Raghav Gururajan
2021-03-20 04:08:06 -04:00
committed by Maxim Cournoyer
parent acf4c0cd7c
commit 342e223c8e
+2
View File
@@ -40,6 +40,7 @@
#:use-module (gnu packages image)
#:use-module (gnu packages linux)
#:use-module (gnu packages ncurses)
#:use-module (gnu packages openldap)
#:use-module (gnu packages perl)
#:use-module (gnu packages pulseaudio)
#:use-module (gnu packages python)
@@ -782,6 +783,7 @@ device.")
("belr" ,belr)
("bzrtp" ,bzrtp)
("iconv" ,libiconv)
("ldap" ,openldap)
("libxsd" ,xsd)
("lime" ,lime)
("mediastreamer2" ,mediastreamer2)