guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: sorcer: Always return #T from build phases.


From: guix-commits
Subject: 01/01: gnu: sorcer: Always return #T from build phases.
Date: Sun, 9 Dec 2018 07:55:07 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d7e24652426dd4291eb8592dfcf1aed3a41289aa
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 9 13:54:31 2018 +0100

    gnu: sorcer: Always return #T from build phases.
    
    * gnu/packages/music.scm (sorcer)[arguments]: Use INVOKE.
---
 gnu/packages/music.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 37fcf01..e16e64a 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3942,9 +3942,9 @@ OSC connections.")
            (lambda* (#:key inputs #:allow-other-keys)
              (with-directory-excursion "faust"
                (delete-file "main.cpp")
-               (zero? (system* "faust" "-i"
-                               "-a" "lv2synth.cpp"
-                               "-o" "main.cpp" "main.dsp"))))))))
+               (invoke "faust" "-i"
+                       "-a" "lv2synth.cpp"
+                       "-o" "main.cpp" "main.dsp")))))))
     (inputs
      `(("boost" ,boost)
        ("lv2" ,lv2)



reply via email to

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