gnu: liba52: Use invoke.

* gnu/packages/video.scm (liba52)[arguments]: Use invoke in the custom
bootstrap phase.
This commit is contained in:
Mark H Weaver 2018-03-27 00:57:20 -04:00
parent 3595e83dc5
commit 78666a68a5
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -207,7 +207,7 @@ (define-public liba52
;; XXX We need to run ./bootstrap because of the build ;; XXX We need to run ./bootstrap because of the build
;; system fixes above. ;; system fixes above.
(replace 'bootstrap (replace '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