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 1ce6bfc21ce328d787df76c6ee132f9f828d098b.
This commit is contained in:
parent
5de06b9dfb
commit
c9cd4a842c
@ -2874,6 +2874,7 @@ portions of LAME.")
|
||||
("pkg-config" ,pkg-config)))
|
||||
(arguments
|
||||
'(#:tests? #f ;no 'check' target
|
||||
#:parallel-build? #f ;fails on some systems
|
||||
#:configure-flags '("--with-pic"
|
||||
"--enable-cxx"
|
||||
;; XXX: The following prevents a build error
|
||||
|
Loading…
x
Reference in New Issue
Block a user