From c71cd18ea260c4e18cb9dc8c964c2f8245df5a40 Mon Sep 17 00:00:00 2001 From: Josselin Poiret Date: Thu, 11 Jan 2024 15:57:59 +0100 Subject: [PATCH] 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 0aa2a274883..097aa885f88 100644 --- a/gnu/packages/speech.scm +++ b/gnu/packages/speech.scm @@ -76,6 +76,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"