me
/
guix
Archived
1
0
Fork 0

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>
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
1 changed files with 3 additions and 3 deletions

View File

@ -2399,10 +2399,10 @@ effects.")
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