gnu: padthv1: Use qt6 instead of qt5.

* gnu/packages/music.scm (padthv1)[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:34 -05:00 committed by Christopher Baines
parent 52cea4d068
commit 50d47b20eb
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -2399,10 +2399,10 @@ (define-public padthv1
new-session-manager
liblo
fftwf
qtbase-5
qtsvg-5))
qtbase
qtsvg))
(native-inputs
(list pkg-config qttools-5))
(list pkg-config qttools))
(home-page "https://padthv1.sourceforge.io")
(synopsis "Polyphonic additive synthesizer")
(description