3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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 @@ playing your music.")
`(("gettext" ,gettext-minimal)
("googletest" ,googletest)
("pkg-config" ,pkg-config)
("qtlinguist" ,qttools-5)
("qtlinguist" ,qttools)
("xorg-server" ,xorg-server-for-tests)))
(inputs
(list alsa-lib
@ -546,7 +546,7 @@ playing your music.")
libmtp
protobuf
pulseaudio
qtbase-5
qtbase
qtx11extras
sqlite
taglib))