me
/
guix
Archived
1
0
Fork 0

gnu: azr3: Use JACK 2.

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

View File

@ -1129,7 +1129,7 @@ formant warp.")
(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/")