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

commit 78666a68a53750192a714e267f7608094920da49
Author: Mark H Weaver <[email protected]>
Date:   Tue Mar 27 00:57:20 2018 -0400

    gnu: liba52: Use invoke.
    
    * gnu/packages/video.scm (liba52)[arguments]: Use invoke in the custom
    bootstrap phase.
---
 gnu/packages/video.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f148a07..fe0d7ef 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -207,7 +207,7 @@ old-fashioned output methods with powerful ascii-art 
renderer.")
                    ;; XXX We need to run ./bootstrap because of the build
                    ;; system fixes above.
                    (replace 'bootstrap
-                    (lambda _ (zero? (system* "sh" "bootstrap")))))))
+                     (lambda _ (invoke "sh" "bootstrap"))))))
     (home-page "http://liba52.sourceforge.net/";)
     (synopsis "ATSC A/52 stream decoder")
     (description "liba52 is a library for decoding ATSC A/52 streams.  The

Reply via email to