me
/
guix
Archived
1
0
Fork 0

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>
kiasoc5 2022-11-20 23:42:35 -05:00 committed by Christopher Baines
parent 50d47b20eb
commit 88e2c715d6
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 3 additions and 4 deletions

View File

@ -3313,14 +3313,13 @@ from the command line.")
libvorbis
lilv
lv2
qtbase-5
qtsvg-5
qtx11extras
qtbase
qtsvg
rubberband
suil
zlib))
(native-inputs
(list pkg-config qttools-5))
(list pkg-config qttools))
(home-page "https://qtractor.org/")
(synopsis "Audio/MIDI multi-track sequencer")
(description