gnu: azr3: Use JACK 2.

* gnu/packages/audio.scm (azr3)[inputs]: Replace jack-1 with jack-2.
This commit is contained in:
Ricardo Wurmus 2023-02-07 11:11:01 +01:00
parent e8f4ce7428
commit a402c9c20f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1129,7 +1129,7 @@ (define-public azr3
(let ((early-1980 315619200)) ; 1980-01-02 UTC
(utime "azr3.1" early-1980 early-1980)))))))
(inputs
(list gtkmm-2 lvtk jack-1))
(list gtkmm-2 jack-2 lvtk))
(native-inputs
(list pkg-config))
(home-page "http://ll-plugins.nongnu.org/azr3/")