GNU bug report logs -
#60614
[PATCH] gnu: strawberry: Use qt6 instead of qt5.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Sat, 7 Jan 2023 00:04:02 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/music.scm (strawberry)[inputs]: Remove qtbase-5. Add qtbase.
[native-inputs]: Remove qttools-5. Add qttools.
---
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 @@ (define-public strawberry
`(("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 @@ (define-public strawberry
libmtp
protobuf
pulseaudio
- qtbase-5
+ qtbase
qtx11extras
sqlite
taglib))
--
2.38.1
This bug report was last modified 2 years and 134 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.