gnu: seq24: Use JACK 2.

* gnu/packages/music.scm (seq24)[inputs]: Replace jack-1 with jack-2.
This commit is contained in:
Ricardo Wurmus 2023-02-07 19:53:26 +01:00
parent b46f0b7419
commit a3c6998dba
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -4632,7 +4632,7 @@ defined as tabs in the main control surface.")
"12dphdhnvfk1k0vmagi1v2lhyxjyj1j3cz6ksjw0ydcvid1x8ap2"))
(patches (search-patches "seq24-rename-mutex.patch"))))
(build-system gnu-build-system)
(inputs (list gtkmm-2 alsa-lib jack-1))
(inputs (list alsa-lib gtkmm-2 jack-2))
(native-inputs (list pkg-config))
(home-page "https://launchpad.net/seq24/")
(synopsis "Real-time MIDI sequencer")