gnu: frei0r-plugins: Return #t from all phases.
* gnu/packages/video.scm (frei0r-plugins)[arguments]: Substitute INVOKE for SYSTEM*.master
parent
68a58775e0
commit
63181c8599
|
@ -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)))
|
||||
|
|
Reference in New Issue