me
/
guix
Archived
1
0
Fork 0

gnu: telepathy-salut: Enable OLPC extensions.

* gnu/packages/freedesktop.scm (telepathy-salut)[arguments]: Enable OLPC
support in configure flags.
Ricardo Wurmus 2023-03-04 17:55:23 +01:00
parent 0609ae7897
commit ed63a3d9d6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 1 deletions

View File

@ -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