gnu: strawberry: Use qt6 instead of qt5.

* gnu/packages/music.scm (strawberry)[inputs]: Remove qtbase-5. Add qtbase.
[native-inputs]: Remove qttools-5. Add qttools.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Michael Rohleder 2023-01-07 01:02:01 +01:00 committed by Mathieu Othacehe
parent 46036dd486
commit 72c9247491
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -527,7 +527,7 @@ (define-public strawberry
`(("gettext" ,gettext-minimal) `(("gettext" ,gettext-minimal)
("googletest" ,googletest) ("googletest" ,googletest)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("qtlinguist" ,qttools-5) ("qtlinguist" ,qttools)
("xorg-server" ,xorg-server-for-tests))) ("xorg-server" ,xorg-server-for-tests)))
(inputs (inputs
(list alsa-lib (list alsa-lib
@ -546,7 +546,7 @@ (define-public strawberry
libmtp libmtp
protobuf protobuf
pulseaudio pulseaudio
qtbase-5 qtbase
qtx11extras qtx11extras
sqlite sqlite
taglib)) taglib))