From ed63a3d9d62e6461be4056653fd933a63e19328b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 4 Mar 2023 17:55:23 +0100 Subject: gnu: telepathy-salut: Enable OLPC extensions. * gnu/packages/freedesktop.scm (telepathy-salut)[arguments]: Enable OLPC support in configure flags. --- gnu/packages/freedesktop.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 9e0dbdfb71..40edcfdab4 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -2060,7 +2060,8 @@ share connections to real-time communication services without conflicting.") #~(list (string-append "--prefix=" #$output) "--disable-avahi-tests" "--without-ca-certificates" - "--disable-Werror"))) + "--disable-Werror" + "--enable-olpc"))) (native-inputs (list autoconf automake -- cgit v1.2.3