GNU bug report logs -
#57655
[PATCH 0/5] gnu: telegram-desktop: Update to 4.1.1.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Thu, 8 Sep 2022 00:56:02 UTC
Severity: normal
Tags: patch
Done: Hilton Chain <hako <at> ultrarare.space>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 57655 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/telegram.scm (abseil-cpp-for-webrtc-for-telegram-desktop): New
variable.
---
gnu/packages/telegram.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gnu/packages/telegram.scm b/gnu/packages/telegram.scm
index 4976acbc0c..25d6a3e226 100644
--- a/gnu/packages/telegram.scm
+++ b/gnu/packages/telegram.scm
@@ -62,6 +62,7 @@ (define-module (gnu packages telegram)
#:use-module (gnu packages xorg)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages)
+ #:use-module (guix utils)
#:use-module (guix git-download)
#:use-module (guix build-system cmake)
#:use-module (guix build-system copy)
@@ -71,6 +72,17 @@ (define-module (gnu packages telegram)
#:use-module (guix build-system python)
#:use-module (guix build-system qt))
+(define-public abseil-cpp-for-webrtc-for-telegram-desktop
+ (let ((base abseil-cpp))
+ ;; This package fixs a linking issue of Telegram Desktop.
+ ;; Remove once abseil-cpp had required C++17 as minimun.
+ (hidden-package
+ (package/inherit base
+ (arguments
+ (substitute-keyword-arguments (package-arguments base)
+ ((#:configure-flags flags)
+ `(cons* "-DCMAKE_CXX_STANDARD=17" ,flags))))))))
+
(define-public webrtc-for-telegram-desktop
(let ((commit "91d836dc84a16584c6ac52b36c04c0de504d9c34")
(revision "166"))
--
2.37.2
This bug report was last modified 2 years and 314 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.