guix-commits
[Top][All Lists]
Advanced

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

06/17: gnu: libsmpeg: Return #t from all phases.


From: Tobias Geerinckx-Rice
Subject: 06/17: gnu: libsmpeg: Return #t from all phases.
Date: Thu, 21 Jun 2018 18:20:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e626984639c535dbd191744438b4bcae796768d5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jun 21 18:27:54 2018 +0200

    gnu: libsmpeg: Return #t from all phases.
    
    * gnu/packages/video.scm (libsmpeg)[arguments]: Substitute INVOKE for
    SYSTEM*.
---
 gnu/packages/video.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d76ab88..61b1b02 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2196,10 +2196,11 @@ Other features include a live preview and live 
streaming.")
                 "18yfkr70lr1x1hc8snn2ldnbzdcc7b64xmkqrfk8w59gpg7sl1xn"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:phases (modify-phases %standard-phases
-                  (add-after 'unpack 'autogen.sh
-                    (lambda _
-                      (zero? (system* "sh" "autogen.sh")))))))
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'autogen.sh
+           (lambda _
+             (invoke "sh" "autogen.sh"))))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)))



reply via email to

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