gnu: liba52: Use invoke.
* gnu/packages/video.scm (liba52)[arguments]: Use invoke in the custom bootstrap phase.
This commit is contained in:
parent
3595e83dc5
commit
78666a68a5
|
@ -207,7 +207,7 @@ old-fashioned output methods with powerful ascii-art renderer.")
|
||||||
;; 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
|
||||||
|
|
Loading…
Reference in New Issue