guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/09: gnu: strawberry: Use qt6 instead of qt5.


From: guix-commits
Subject: 05/09: gnu: strawberry: Use qt6 instead of qt5.
Date: Sat, 7 Jan 2023 14:12:12 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 72c9247491adb7aa5f8fcb0cdcb91e01fc822d37
Author: Michael Rohleder <mike@rohleder.de>
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 <othacehe@gnu.org>
---
 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]