diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-21 19:13:30 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-22 00:20:09 +0200 |
commit | 63181c85997d1378c14849e1c21f2de71d0bfae3 (patch) | |
tree | 7347a066462ba948079ffd9ef626bcfcc0147218 /gnu | |
parent | 68a58775e071d4b0e000b93ad121b6e64d161b79 (diff) | |
download | patches-63181c85997d1378c14849e1c21f2de71d0bfae3.tar patches-63181c85997d1378c14849e1c21f2de71d0bfae3.tar.gz |
gnu: frei0r-plugins: Return #t from all phases.
* gnu/packages/video.scm (frei0r-plugins)[arguments]: Substitute INVOKE
for SYSTEM*.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 132f9cca74..ac5bbc261e 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))) |