guix-commits
[Top][All Lists]
Advanced

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

09/66: gnu: faad2: Use invoke.


From: Mark H. Weaver
Subject: 09/66: gnu: faad2: Use invoke.
Date: Fri, 23 Mar 2018 04:46:40 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit 114ef0a4c5e1629c39ce1a8fcc281257e549cedd
Author: Mark H Weaver <address@hidden>
Date:   Fri Mar 23 02:02:49 2018 -0400

    gnu: faad2: Use invoke.
    
    * gnu/packages/audio.scm (faad2)[arguments]: Use invoke in the 'bootstrap'
    phase.
---
 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 e34c1a9..86978bb 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1097,7 +1097,7 @@ also play midifiles using a Soundfont.")
          (replace 'bootstrap
            (lambda _
              (substitute* "bootstrap" (("\r\n") "\n"))
-             (zero? (system* "sh" "bootstrap")))))))
+             (invoke "sh" "bootstrap"))))))
     (home-page "http://www.audiocoding.com/faad2.html";)
     (synopsis "MPEG-4 and MPEG-2 AAC decoder")
     (description



reply via email to

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