guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: liba52: Use invoke.


From: Mark H. Weaver
Subject: 08/08: gnu: liba52: Use invoke.
Date: Tue, 27 Mar 2018 21:37:06 -0400 (EDT)

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

commit 78666a68a53750192a714e267f7608094920da49
Author: Mark H Weaver <address@hidden>
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

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