gnu: faad2: Use invoke.

* gnu/packages/audio.scm (faad2)[arguments]: Use invoke in the 'bootstrap'
phase.
master
Mark H Weaver 2018-03-23 02:02:49 -04:00
parent 472415c8df
commit 114ef0a4c5
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 1 deletions

View File

@ -1097,7 +1097,7 @@ also play midifiles using a Soundfont.")
(replace 'bootstrap
(lambda _
(substitute* "bootstrap" (("\r\n") "\n"))
(zero? (system* "sh" "bootstrap")))))))
(invoke "sh" "bootstrap"))))))
(home-page "http://www.audiocoding.com/faad2.html")
(synopsis "MPEG-4 and MPEG-2 AAC decoder")
(description