mothacehe pushed a commit to branch master
in repository guix.
commit 72c9247491adb7aa5f8fcb0cdcb91e01fc822d37
Author: Michael Rohleder <[email protected]>
AuthorDate: Sat Jan 7 01:02:01 2023 +0100
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 <[email protected]>
---
gnu/packages/music.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 99b4fd4ec0..eb842128d0 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -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))