mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ibus: Disable parallel build.
* gnu/packages/ibus.scm (ibus)[arguments]: Disable parallel build. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
0873cce16e
commit
933bb1acdb
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ (define-public ibus
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; tests fail because there's no connection to dbus
|
`(#:tests? #f ; tests fail because there's no connection to dbus
|
||||||
|
#:parallel-build? #f ; race condition discovered with emoji support
|
||||||
#:configure-flags (list "--enable-python-library"
|
#:configure-flags (list "--enable-python-library"
|
||||||
(string-append
|
(string-append
|
||||||
"--with-unicode-emoji-dir="
|
"--with-unicode-emoji-dir="
|
||||||
|
|
Loading…
Reference in a new issue