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

* gnu/packages/video.scm (frei0r-plugins)[arguments]: Substitute INVOKE
for SYSTEM*.
master
Tobias Geerinckx-Rice 2018-06-21 19:13:30 +02:00
parent 68a58775e0
commit 63181c8599
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View 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)))