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
@ -71,6 +71,7 @@
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#: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"
|
||||
(string-append
|
||||
"--with-unicode-emoji-dir="
|
||||
|
Loading…
x
Reference in New Issue
Block a user