guix-commits
[Top][All Lists]
Advanced

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

07/17: gnu: vapoursynth: Return #t from all phases.


From: Tobias Geerinckx-Rice
Subject: 07/17: gnu: vapoursynth: 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 52fb5b3aee026dadd4bd79ca6a81035ca34575eb
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jun 21 18:26:57 2018 +0200

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

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 61b1b02..3ab1ed7 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1765,10 +1765,9 @@ capabilities.")
     (arguments
      '(#:phases
        (modify-phases %standard-phases
-         (add-after
-          'unpack 'autogen
-          (lambda _
-            (zero? (system* "sh" "autogen.sh")))))))
+         (add-after 'unpack 'autogen
+           (lambda _
+             (invoke "sh" "autogen.sh"))))))
     (home-page "http://www.vapoursynth.com/";)
     (synopsis "Video processing framework")
     (description "VapourSynth is a C++ library and Python module for video



reply via email to

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