guix-commits
[Top][All Lists]
Advanced

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

01/17: gnu: frei0r-plugins: Return #t from all phases.


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

nckx pushed a commit to branch master
in repository guix.

commit 63181c85997d1378c14849e1c21f2de71d0bfae3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jun 21 19:13:30 2018 +0200

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

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 132f9cc..ac5bbc2 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2819,8 +2819,8 @@ alpha blending etc).")
        (modify-phases %standard-phases
          (add-after 'unpack 'autotools
            (lambda _
-             (zero? (system* "sh" "autogen.sh")))))))
-    ;; TODO: opencv for additional face detection filters
+             (invoke "sh" "autogen.sh"))))))
+    ;; TODO: opencv for additional face detection filters.
     (inputs
      `(("gavl" ,gavl)
        ("cairo" ,cairo)))



reply via email to

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