gnu: synthv1: Use qt6 instead of qt5.

* gnu/packages/music.scm (synthv1)[inputs]: Remove qtbase-5 and qtsvg-5; add
qtbase and qtsvg.
[native-inputs]: Remove qttools-5; add qttools.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
kiasoc5 2022-11-20 23:42:31 -05:00 committed by Christopher Baines
parent f0cc7542f5
commit bb31286b1c
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -2300,10 +2300,10 @@ (define-public synthv1
alsa-lib
new-session-manager
liblo
qtbase-5
qtsvg-5))
qtbase
qtsvg))
(native-inputs
(list pkg-config qttools-5))
(list pkg-config qttools))
(home-page "https://synthv1.sourceforge.io")
(synopsis "Polyphonic subtractive synthesizer")
(description