guix-commits
[Top][All Lists]
Advanced

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

12/38: gnu: rsound: Return #t from phases.


From: Tobias Geerinckx-Rice
Subject: 12/38: gnu: rsound: 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 c3d1448411404e7415d75b0f44263ce14eaf89a0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jun 24 20:31:14 2018 +0200

    gnu: rsound: Return #t from phases.
    
    * gnu/packages/audio.scm (rsound)[arguments]: Substitute INVOKE for
    SYSTEM*.
---
 gnu/packages/audio.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 2245bd9..98f66aa 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2791,9 +2791,8 @@ synthesizer written in C++.")
          (replace 'configure
            (lambda* (#:key outputs #:allow-other-keys)
              (setenv "CC" "gcc")
-             (zero?
-              (system* "./configure"
-                       (string-append "--prefix=" (assoc-ref outputs 
"out")))))))
+             (invoke "./configure"
+                     (string-append "--prefix=" (assoc-ref outputs "out"))))))
        ;; No 'check' target.
        #:tests? #f))
     (home-page "http://themaister.net/rsound.html";)



reply via email to

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