unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60614] [PATCH] gnu: strawberry: Use qt6 instead of qt5.
@ 2023-01-07  0:02 Michael Rohleder
  2023-01-07 18:55 ` bug#60614: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2023-01-07  0:02 UTC (permalink / raw)
  To: 60614; +Cc: Michael Rohleder

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#60614: [PATCH] gnu: strawberry: Use qt6 instead of qt5.
  2023-01-07  0:02 [bug#60614] [PATCH] gnu: strawberry: Use qt6 instead of qt5 Michael Rohleder
@ 2023-01-07 18:55 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2023-01-07 18:55 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 60614-done


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

Applied, thanks,

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-07 18:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-07  0:02 [bug#60614] [PATCH] gnu: strawberry: Use qt6 instead of qt5 Michael Rohleder
2023-01-07 18:55 ` bug#60614: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).