gnu: faad2: Use invoke.
* gnu/packages/audio.scm (faad2)[arguments]: Use invoke in the 'bootstrap' phase.
This commit is contained in:
parent
472415c8df
commit
114ef0a4c5
|
@ -1097,7 +1097,7 @@ also play midifiles using a Soundfont.")
|
||||||
(replace 'bootstrap
|
(replace 'bootstrap
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "bootstrap" (("\r\n") "\n"))
|
(substitute* "bootstrap" (("\r\n") "\n"))
|
||||||
(zero? (system* "sh" "bootstrap")))))))
|
(invoke "sh" "bootstrap"))))))
|
||||||
(home-page "http://www.audiocoding.com/faad2.html")
|
(home-page "http://www.audiocoding.com/faad2.html")
|
||||||
(synopsis "MPEG-4 and MPEG-2 AAC decoder")
|
(synopsis "MPEG-4 and MPEG-2 AAC decoder")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue