From f89f8a3bb700411173bbdde88cd06fed0087ed8e Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Mon, 21 Jul 2025 20:09:19 +0800 Subject: [PATCH] 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 98104a5850011a6d12eabb7fce74b64af999cf1e..7e262fb6f931fa1d3920673bc6048c9cb028bd02 100644 --- a/gnu/packages/telegram.scm +++ b/gnu/packages/telegram.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2024 Ricardo Wurmus ;;; Copyright © 2024 dan ;;; Copyright © 2025 Sharlatan Hellseher +;;; Copyright © 2025 Zheng Junjie ;;; ;;; 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