gnu: portaudio: Fix build.
* gnu/packages/audio.scm (portaudio)[arguments]: Build sequentially.
Fixes <https://bugs.gnu.org/38782>. This is a follow-up to commit
1ce6bfc21c
.
This commit is contained in:
parent
5de06b9dfb
commit
c9cd4a842c
1 changed files with 1 additions and 0 deletions
|
@ -2874,6 +2874,7 @@ portions of LAME.")
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ;no 'check' target
|
'(#:tests? #f ;no 'check' target
|
||||||
|
#:parallel-build? #f ;fails on some systems
|
||||||
#:configure-flags '("--with-pic"
|
#:configure-flags '("--with-pic"
|
||||||
"--enable-cxx"
|
"--enable-cxx"
|
||||||
;; XXX: The following prevents a build error
|
;; XXX: The following prevents a build error
|
||||||
|
|
Reference in a new issue