mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: rtmidi: Return #t from all phases.
* gnu/packages/audio.scm (rtmidi)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
cb8c24b6f5
commit
c23d50a82b
1 changed files with 1 additions and 1 deletions
|
@ -2249,7 +2249,7 @@ (define-public rtmidi
|
|||
#:phases (modify-phases %standard-phases
|
||||
(add-after
|
||||
'unpack 'autoconf
|
||||
(lambda _ (zero? (system* "autoreconf" "-vfi"))))
|
||||
(lambda _ (invoke "autoreconf" "-vfi")))
|
||||
(add-before
|
||||
'build 'fix-makefile
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue