guix-commits
[Top][All Lists]
Advanced

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

26/31: gnu: liba52: Use INVOKE.


From: Tobias Geerinckx-Rice
Subject: 26/31: gnu: liba52: Use INVOKE.
Date: Wed, 30 May 2018 22:55:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8d5960d1b16550d352324ac2d212141a7806fa76
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Apr 1 07:59:51 2018 +0200

    gnu: liba52: Use INVOKE.
    
    * gnu/packages/video.scm (liba52)[arguments]: Substitute INVOKE for
    SYSTEM*.
---
 gnu/packages/video.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 5f04527..0a5f0b4 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -215,7 +215,8 @@ old-fashioned output methods with powerful ascii-art 
renderer.")
                    ;; system fixes above.
                    (add-after
                     'unpack '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]