me
/
guix
Archived
1
0
Fork 0

gnu: rtmidi: Use JACK 2.

* gnu/packages/audio.scm (rtmidi)[inputs]: Replace jack-1 with jack-2.
master
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
1 changed files with 1 additions and 1 deletions

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")