gnu: telepathy-salut: Enable OLPC extensions.
* gnu/packages/freedesktop.scm (telepathy-salut)[arguments]: Enable OLPC support in configure flags.
parent
0609ae7897
commit
ed63a3d9d6
|
@ -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
|
||||
|
|
Reference in New Issue