guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: portaudio: Fix build.


From: guix-commits
Subject: 01/01: gnu: portaudio: Fix build.
Date: Sun, 29 Dec 2019 04:49:20 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit c9cd4a842cfd9e1416f1ca996420a50967b35c15
Author: Nicolas Goaziou <address@hidden>
Date:   Sun Dec 29 09:36:44 2019 +0100

    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.
---
 gnu/packages/audio.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 204ea6a..dcd4711 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]