mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: telepathy-salut: Enable OLPC extensions.
* gnu/packages/freedesktop.scm (telepathy-salut)[arguments]: Enable OLPC support in configure flags.
This commit is contained in:
parent
0609ae7897
commit
ed63a3d9d6
1 changed files with 2 additions and 1 deletions
|
@ -2060,7 +2060,8 @@ (define-public telepathy-salut
|
||||||
#~(list (string-append "--prefix=" #$output)
|
#~(list (string-append "--prefix=" #$output)
|
||||||
"--disable-avahi-tests"
|
"--disable-avahi-tests"
|
||||||
"--without-ca-certificates"
|
"--without-ca-certificates"
|
||||||
"--disable-Werror")))
|
"--disable-Werror"
|
||||||
|
"--enable-olpc")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf
|
(list autoconf
|
||||||
automake
|
automake
|
||||||
|
|
Loading…
Reference in a new issue