gnu: telepathy-salut: Enable OLPC extensions.

* gnu/packages/freedesktop.scm (telepathy-salut)[arguments]: Enable OLPC
support in configure flags.
This commit is contained in:
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

View file

@ -2060,7 +2060,8 @@ (define-public telepathy-salut
#~(list (string-append "--prefix=" #$output)
"--disable-avahi-tests"
"--without-ca-certificates"
"--disable-Werror")))
"--disable-Werror"
"--enable-olpc")))
(native-inputs
(list autoconf
automake