guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f89f8a3bb700411173bbdde88cd06fed0087ed8e
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 21 20:09:19 2025 +0800

    gnu: telegram-desktop: Build with QT6.
    
    * gnu/packages/telegram.scm (telegram-desktop): Build with QT6.
    [arguments]: Set #:qtbase to qtbase.
    [inputs]: Remove kcoreaddons-5, kimageformats-5, qtbase-5, qtdeclarative-5,
    qtimageformats-5, qtsvg-5, and qtwayland-5; add kcoreaddons,
    kimageformats, qtdeclarative, qtimageformats, qtsvg, and qtwayland.
    
    Change-Id: I3f809954e1dcb28b2b80d7c147188bf27b115e52
---
 gnu/packages/telegram.scm | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/telegram.scm b/gnu/packages/telegram.scm
index 98104a5850..7e262fb6f9 100644
--- a/gnu/packages/telegram.scm
+++ b/gnu/packages/telegram.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2024 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2024 dan <[email protected]>
 ;;; Copyright © 2025 Sharlatan Hellseher <[email protected]>
+;;; Copyright © 2025 Zheng Junjie <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -473,7 +474,8 @@ and not propagated to upstream.")
                                            (cons* "." ".." keep)))))))))
     (build-system qt-build-system)
     (arguments
-     (list #:tests? #f                      ; No target
+     (list #:qtbase qtbase
+           #:tests? #f                      ; No target
            #:imported-modules
            `(,@%qt-build-system-modules
              (guix build glib-or-gtk-build-system))
@@ -574,8 +576,8 @@ and not propagated to upstream.")
            gtk+
            hime
            hunspell
-           kcoreaddons-5
-           kimageformats-5
+           kcoreaddons
+           kimageformats
            libdispatch
            libexpected
            libjpeg-turbo
@@ -591,11 +593,10 @@ and not propagated to upstream.")
            pulseaudio
            protobuf
            qrcodegen-cpp
-           qtbase-5
-           qtdeclarative-5
-           qtimageformats-5
-           qtsvg-5
-           qtwayland-5
+           qtdeclarative
+           qtimageformats
+           qtsvg
+           qtwayland
            range-v3
            rlottie-for-telegram-desktop
            rnnoise

Reply via email to