3
5
Fork 0
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:
Ricardo Wurmus 2023-02-07 20:00:35 +01:00
parent cb1ebc91fb
commit 09c6de4412
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3603,7 +3603,7 @@ tempo and pitch of an audio recording independently of one another.")
"1ff2yfq3k4l209fr71v3w98fpjjv1chs09vkbmxj03lcikahxns8"))))
(build-system gnu-build-system)
(inputs
(list jack-1 alsa-lib))
(list alsa-lib jack-2))
(native-inputs
(list autoconf automake libtool pkg-config))
(home-page "https://www.music.mcgill.ca/~gary/rtmidi")