me
/
guix
Archived
1
0
Fork 0

gnu: liba52: Use INVOKE.

* gnu/packages/video.scm (liba52)[arguments]: Substitute INVOKE for
SYSTEM*.
master
Tobias Geerinckx-Rice 2018-04-01 07:59:51 +02:00
parent 3103101ec9
commit 8d5960d1b1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -215,7 +215,8 @@ old-fashioned output methods with powerful ascii-art renderer.")
;; system fixes above. ;; system fixes above.
(add-after (add-after
'unpack 'bootstrap 'unpack 'bootstrap
(lambda _ (zero? (system* "sh" "bootstrap"))))))) (lambda _
(invoke "sh" "bootstrap"))))))
(home-page "http://liba52.sourceforge.net/") (home-page "http://liba52.sourceforge.net/")
(synopsis "ATSC A/52 stream decoder") (synopsis "ATSC A/52 stream decoder")
(description "liba52 is a library for decoding ATSC A/52 streams. The (description "liba52 is a library for decoding ATSC A/52 streams. The