guix-commits
[Top][All Lists]
Advanced

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

06/17: gnu: flite: Disable parallel build.


From: guix-commits
Subject: 06/17: gnu: flite: Disable parallel build.
Date: Thu, 18 Jan 2024 07:58:11 -0500 (EST)

jpoiret pushed a commit to branch core-updates
in repository guix.

commit 5528123265f91eff2b309a029978e9b210352028
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Thu Jan 11 15:57:59 2024 +0100

    gnu: flite: Disable parallel build.
    
    * gnu/packages/speech.scm (flite): Disable parallel build.
    
    Change-Id: I86caba27b925eb9105a5543ba5e4e87af6cffd5a
---
 gnu/packages/speech.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/speech.scm b/gnu/packages/speech.scm
index 2ea8e4f64f..04684f0ca0 100644
--- a/gnu/packages/speech.scm
+++ b/gnu/packages/speech.scm
@@ -74,6 +74,7 @@
      ;; There numerous issues with the testsuite.
      ;; Enable all of them once they are fixed in upstream.
      `(#:tests? #f
+       #:parallel-build? #f
        #:configure-flags
        (list
         "--enable-shared"



reply via email to

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