guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: telepathy-salut: Enable OLPC extensions.


From: guix-commits
Subject: 01/03: gnu: telepathy-salut: Enable OLPC extensions.
Date: Sat, 4 Mar 2023 11:57:29 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ed63a3d9d62e6461be4056653fd933a63e19328b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Mar 4 17:55:23 2023 +0100

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]