diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-03-04 17:55:23 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-03-04 17:57:05 +0100 |
commit | ed63a3d9d62e6461be4056653fd933a63e19328b (patch) | |
tree | 33dad0b5b88237e667bf5e50b0caa9e8a2db0e52 | |
parent | 0609ae7897b025f46822779d0c5c36509cb0180f (diff) | |
download | guix-ed63a3d9d62e6461be4056653fd933a63e19328b.tar.gz |
gnu: telepathy-salut: Enable OLPC extensions.
* gnu/packages/freedesktop.scm (telepathy-salut)[arguments]: Enable OLPC support in configure flags.
-rw-r--r-- | gnu/packages/freedesktop.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |