mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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)
|
||||
"--disable-avahi-tests"
|
||||
"--without-ca-certificates"
|
||||
"--disable-Werror")))
|
||||
"--disable-Werror"
|
||||
"--enable-olpc")))
|
||||
(native-inputs
|
||||
(list autoconf
|
||||
automake
|
||||
|
|
Loading…
Reference in a new issue