mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: rtmidi: Use JACK 2.
* gnu/packages/audio.scm (rtmidi)[inputs]: Replace jack-1 with jack-2.
This commit is contained in:
parent
cb1ebc91fb
commit
09c6de4412
1 changed files with 1 additions and 1 deletions
|
@ -3603,7 +3603,7 @@ tempo and pitch of an audio recording independently of one another.")
|
||||||
"1ff2yfq3k4l209fr71v3w98fpjjv1chs09vkbmxj03lcikahxns8"))))
|
"1ff2yfq3k4l209fr71v3w98fpjjv1chs09vkbmxj03lcikahxns8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list jack-1 alsa-lib))
|
(list alsa-lib jack-2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake libtool pkg-config))
|
(list autoconf automake libtool pkg-config))
|
||||||
(home-page "https://www.music.mcgill.ca/~gary/rtmidi")
|
(home-page "https://www.music.mcgill.ca/~gary/rtmidi")
|
||||||
|
|
Loading…
Reference in a new issue