gnu: qtractor: Use qt6 instead of qt5.
* gnu/packages/music.scm (qtractor)[inputs]: Remove qtbase-5, qtsvg-5, and qtx11extras; add qtbase and qtsvg. [native-inputs]: Remove qttools-5; add qttools. Signed-off-by: Christopher Baines <mail@cbaines.net>
parent
50d47b20eb
commit
88e2c715d6
|
@ -3313,14 +3313,13 @@ from the command line.")
|
||||||
libvorbis
|
libvorbis
|
||||||
lilv
|
lilv
|
||||||
lv2
|
lv2
|
||||||
qtbase-5
|
qtbase
|
||||||
qtsvg-5
|
qtsvg
|
||||||
qtx11extras
|
|
||||||
rubberband
|
rubberband
|
||||||
suil
|
suil
|
||||||
zlib))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools-5))
|
(list pkg-config qttools))
|
||||||
(home-page "https://qtractor.org/")
|
(home-page "https://qtractor.org/")
|
||||||
(synopsis "Audio/MIDI multi-track sequencer")
|
(synopsis "Audio/MIDI multi-track sequencer")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue