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>
parent
52cea4d068
commit
50d47b20eb
|
@ -2399,10 +2399,10 @@ effects.")
|
||||||
new-session-manager
|
new-session-manager
|
||||||
liblo
|
liblo
|
||||||
fftwf
|
fftwf
|
||||||
qtbase-5
|
qtbase
|
||||||
qtsvg-5))
|
qtsvg))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools-5))
|
(list pkg-config qttools))
|
||||||
(home-page "https://padthv1.sourceforge.io")
|
(home-page "https://padthv1.sourceforge.io")
|
||||||
(synopsis "Polyphonic additive synthesizer")
|
(synopsis "Polyphonic additive synthesizer")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue