mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: liba52: Use INVOKE.
* gnu/packages/video.scm (liba52)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
3103101ec9
commit
8d5960d1b1
1 changed files with 2 additions and 1 deletions
|
@ -215,7 +215,8 @@ (define-public liba52
|
|||
;; system fixes above.
|
||||
(add-after
|
||||
'unpack 'bootstrap
|
||||
(lambda _ (zero? (system* "sh" "bootstrap")))))))
|
||||
(lambda _
|
||||
(invoke "sh" "bootstrap"))))))
|
||||
(home-page "http://liba52.sourceforge.net/")
|
||||
(synopsis "ATSC A/52 stream decoder")
|
||||
(description "liba52 is a library for decoding ATSC A/52 streams. The
|
||||
|
|
Loading…
Reference in a new issue