guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: brltty: Disable parallel build.


From: guix-commits
Subject: 02/04: gnu: brltty: Disable parallel build.
Date: Sun, 9 Jan 2022 08:54:59 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 977fbe9be34d4628d2e4abbf7fcc424117c30d96
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jan 9 12:28:48 2022 +0100

    gnu: brltty: Disable parallel build.
    
    * gnu/packages/accessibility.scm (brltty)[arguments]: Add #:parallel-build?.
---
 gnu/packages/accessibility.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/accessibility.scm b/gnu/packages/accessibility.scm
index 000f007015..93eac316ef 100644
--- a/gnu/packages/accessibility.scm
+++ b/gnu/packages/accessibility.scm
@@ -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="



reply via email to

[Prev in Thread] Current Thread [Next in Thread]