mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: brltty: Disable parallel build.
* gnu/packages/accessibility.scm (brltty)[arguments]: Add #:parallel-build?.
This commit is contained in:
parent
8993d96636
commit
977fbe9be3
1 changed files with 5 additions and 0 deletions
|
@ -106,6 +106,11 @@ terminals.")
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; No target
|
`(#:tests? #f ; No target
|
||||||
|
|
||||||
|
;; High parallelism may cause errors such as:
|
||||||
|
;; ranlib: ./libbrlapi_stubs.a: error reading brlapi_stubs.o: file truncated
|
||||||
|
#:parallel-build? #f
|
||||||
|
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list
|
(list
|
||||||
(string-append "--with-tcl-config="
|
(string-append "--with-tcl-config="
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue