gnu: rtmidi: Return #t from all phases.
* gnu/packages/audio.scm (rtmidi)[arguments]: Substitute INVOKE for SYSTEM*.master
parent
cb8c24b6f5
commit
c23d50a82b
|
@ -2249,7 +2249,7 @@ tempo and pitch of an audio recording independently of one another.")
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(add-after
|
(add-after
|
||||||
'unpack 'autoconf
|
'unpack 'autoconf
|
||||||
(lambda _ (zero? (system* "autoreconf" "-vfi"))))
|
(lambda _ (invoke "autoreconf" "-vfi")))
|
||||||
(add-before
|
(add-before
|
||||||
'build 'fix-makefile
|
'build 'fix-makefile
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Reference in New Issue