[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#57675] [PATCH v7 05/11] gnu: telegram-desktop: Change API ID.
From: |
Hilton Chain |
Subject: |
[bug#57675] [PATCH v7 05/11] gnu: telegram-desktop: Change API ID. |
Date: |
Wed, 21 Sep 2022 08:12:02 +0800 |
* gnu/packages/telegram.scm (telegram-desktop)[arguments]<#:configure-flags>:
Use API ID from Telegram's official Snap builds.
---
gnu/packages/telegram.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/telegram.scm b/gnu/packages/telegram.scm
index 8cb6739979..b67f0358a7 100644
--- a/gnu/packages/telegram.scm
+++ b/gnu/packages/telegram.scm
@@ -493,12 +493,12 @@ (define-public telegram-desktop
(guix build utils)
(ice-9 match))
#:configure-flags
- #~`(;; Client applications must provide their own API-ID and
API-HASH,
- ;; see also <https://core.telegram.org/api/obtaining_api_id>.
- ;; In case, that the credentials below fail to work, contact
- ;; Raghav Gururajan <rg@raghavgururajan.name>
- "-DTDESKTOP_API_ID=2791056"
- "-DTDESKTOP_API_HASH=582d6d0b44f7a2de949e99271fd8b3f2"
+ #~`(;; Client applications need an API ID and hash, see also:
+ ;; <https://core.telegram.org/api/obtaining_api_id>. Here, we
+ ;; use the ones given by the official Snap package, see:
+ ;;
<https://github.com/telegramdesktop/tdesktop/blob/dev/snap/snapcraft.yaml>.
+ "-DTDESKTOP_API_ID=611335"
+ "-DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c"
;; Disable WebkitGTK support as it fails to link
"-DDESKTOP_APP_DISABLE_WEBKITGTK=ON"
;; Use bundled fonts as fallback.
--
2.37.3
[bug#57675] [PATCH v7 00/11] gnu: telegram-desktop: Update to 4.2.0., Hilton Chain, 2022/09/20
- [bug#57675] [PATCH v7 01/11] gnu: webrtc-for-telegram-desktop: Delete trailing #t., Hilton Chain, 2022/09/20
- [bug#57675] [PATCH v7 02/11] gnu: telegram-desktop: Delete trailing #t., Hilton Chain, 2022/09/20
- [bug#57675] [PATCH v7 03/11] gnu: webrtc-for-telegram-desktop: Use modern package style., Hilton Chain, 2022/09/20
- [bug#57675] [PATCH v7 04/11] gnu: telegram-desktop: Use modern package style., Hilton Chain, 2022/09/20
- [bug#57675] [PATCH v7 05/11] gnu: telegram-desktop: Change API ID.,
Hilton Chain <=
- [bug#57675] [PATCH v7 06/11] gnu: Add abseil-cpp-cxxstd17., Hilton Chain, 2022/09/20
- [bug#57675] [PATCH v7 07/11] gnu: extra-cmake-modules: Update to 5.98.0., Hilton Chain, 2022/09/20
- [bug#57675] [PATCH v7 08/11] gnu: kcoreaddons: Remove trailing #t., Hilton Chain, 2022/09/20
- [bug#57675] [PATCH v7 09/11] gnu: kcoreaddons: Update to 5.98.0., Hilton Chain, 2022/09/20
- [bug#57675] [PATCH v7 10/11] gnu: webrtc-for-telegram-desktop: Update to 621f3da5., Hilton Chain, 2022/09/20
- [bug#57675] [PATCH v7 11/11] gnu: telegram-desktop: Update to 4.2.0., Hilton Chain, 2022/09/20
- [bug#57675] [PATCH v7 11/11] gnu: telegram-desktop: Update to 4.2.0., Hilton Chain, 2022/09/21
[bug#57675] [PATCH 0/7] gnu: telegram-desktop: Update to 4.2.0., Hilton Chain, 2022/09/21
[bug#57675] [PATCH v8 0/7] gnu: telegram-desktop: Update to 4.2.0., Hilton Chain, 2022/09/21