gnu: brltty: Disable parallel build.
* gnu/packages/accessibility.scm (brltty)[arguments]: Add #:parallel-build?.master
parent
8993d96636
commit
977fbe9be3
|
@ -106,6 +106,11 @@ terminals.")
|
|||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#: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
|
||||
(list
|
||||
(string-append "--with-tcl-config="
|
||||
|
|
Reference in New Issue