diff options
author | Josselin Poiret <[email protected]> | 2024-01-11 15:57:59 +0100 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2024-08-31 10:44:26 +0200 |
commit | c71cd18ea260c4e18cb9dc8c964c2f8245df5a40 (patch) | |
tree | 3355e6dcbc953e5c5765ba611afa52d6eec16a85 | |
parent | c4f9895bfe2ad77be8ca31706d57d7ee2852b6ac (diff) |
gnu: flite: Disable parallel build.
* gnu/packages/speech.scm (flite): Disable parallel build.
Change-Id: I86caba27b925eb9105a5543ba5e4e87af6cffd5a
-rw-r--r-- | gnu/packages/speech.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/speech.scm b/gnu/packages/speech.scm index 0aa2a27488..097aa885f8 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" |