diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-21 19:10:37 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-22 00:20:09 +0200 |
commit | d793d9a6013316f75c81cd05b85448e763edeafa (patch) | |
tree | ab2fac7fb9e230cfa44967ccafab6f1d65c8aea2 /gnu | |
parent | 6b677bb004f3e7e471793aa4bbc732241863d818 (diff) | |
download | patches-d793d9a6013316f75c81cd05b85448e763edeafa.tar patches-d793d9a6013316f75c81cd05b85448e763edeafa.tar.gz |
gnu: mediainfo: Return #t from all phases.
* gnu/packages/video.scm (mediainfo)[arguments]: Substitute INVOKE for
SYSTEM*.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 4ff24efffe..1554cea6a5 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2579,7 +2579,7 @@ MPEG-2, MPEG-4, DVD (VOB)... #t)) (add-after 'change-to-build-dir 'autogen (lambda _ - (zero? (system* "sh" "autogen.sh"))))))) + (invoke "sh" "autogen.sh")))))) (home-page "https://mediaarea.net/en/MediaInfo") (synopsis "Utility for reading media metadata") (description "MediaInfo is a utility used for retrieving technical |