mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: flite: Disable parallel build.
* gnu/packages/speech.scm (flite): Disable parallel build. Change-Id: I86caba27b925eb9105a5543ba5e4e87af6cffd5a
This commit is contained in:
parent
c4f9895bfe
commit
c71cd18ea2
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ (define-public flite
|
||||||
;; There numerous issues with the testsuite.
|
;; There numerous issues with the testsuite.
|
||||||
;; Enable all of them once they are fixed in upstream.
|
;; Enable all of them once they are fixed in upstream.
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
#:parallel-build? #f
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list
|
(list
|
||||||
"--enable-shared"
|
"--enable-shared"
|
||||||
|
|
Loading…
Reference in a new issue