gnu: frei0r-plugins: Return #t from all phases.
authorTobias Geerinckx-Rice <me@tobias.gr>
Thu, 21 Jun 2018 17:13:30 +0000 (19:13 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 21 Jun 2018 22:20:09 +0000 (00:20 +0200)
* gnu/packages/video.scm (frei0r-plugins)[arguments]: Substitute INVOKE
for SYSTEM*.

gnu/packages/video.scm

index 132f9cc..ac5bbc2 100644 (file)
@@ -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)))