[PATCH] gnu: strawberry: Use qt6 instead of qt5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Michael Rohleder
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 2 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20230107000201.28506-1-mike@rohleder.de
* 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(-)

Toggle diff (24 lines)
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
Mathieu Othacehe wrote 2 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 60614-done@debbugs.gnu.org)
87lemegooa.fsf@gnu.org
Toggle quote (3 lines)
> * gnu/packages/music.scm (strawberry)[inputs]: Remove qtbase-5. Add qtbase.
> [native-inputs]: Remove qttools-5. Add qttools.

Applied, thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 60614@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60614
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help