guix-commits
[Top][All Lists]
Advanced

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

11/38: gnu: portaudio: Return #t from phases.


From: Tobias Geerinckx-Rice
Subject: 11/38: gnu: portaudio: Return #t from phases.
Date: Mon, 25 Jun 2018 22:24:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d195e4eb744134e9a299f021f232c41f1219593c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jun 24 20:30:34 2018 +0200

    gnu: portaudio: Return #t from phases.
    
    * gnu/packages/audio.scm (portaudio)[arguments]: Substitute INVOKE for
    SYSTEM*.
---
 gnu/packages/audio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index fce4681..2245bd9 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2723,7 +2723,7 @@ portions of LAME.")
        (modify-phases %standard-phases
          (add-after 'unpack 'autoreconf
            (lambda _
-             (zero? (system* "autoreconf" "-vif")))))
+             (invoke "autoreconf" "-vif"))))
        #:tests? #f))                    ;no 'check' target
     (home-page "http://www.portaudio.com/";)
     (synopsis "Audio I/O library")



reply via email to

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