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 #14 received at 57655 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/telegram.scm (rlottie-for-telegram-desktop): Delete variable.
---
gnu/packages/telegram.scm | 34 ----------------------------------
1 file changed, 34 deletions(-)
diff --git a/gnu/packages/telegram.scm b/gnu/packages/telegram.scm
index d339bae017..214e8ff90a 100644
--- a/gnu/packages/telegram.scm
+++ b/gnu/packages/telegram.scm
@@ -224,40 +224,6 @@ (define-public webrtc-for-telegram-desktop
;; LibSRTP, Crc32c and Others
license:bsd-3))))))
-(define-public rlottie-for-telegram-desktop
- (let ((commit "cbd43984ebdf783e94c8303c41385bf82aa36d5b")
- (revision "671"))
- (hidden-package
- (package
- (inherit rlottie)
- (version
- (git-version "0.0.1" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri
- (git-reference
- (url "https://github.com/desktop-app/rlottie.git")
- (commit commit)))
- (file-name
- (git-file-name "rlottie-for-telegram-desktop" version))
- (sha256
- (base32 "1lxpbgbhps9rmck036mgmiknqrzpjxpas8n7qxykv6pwzn0c8n0c"))))
- (arguments
- `(#:configure-flags
- (list
- "-Dlog=true"
- "-Ddumptree=true"
- "-Dtest=true")
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'patch-cxx-flags
- (lambda _
- (substitute* "meson.build"
- (("werror=true")
- "werror=false"))
- #t)))))))))
-
(define-public libtgvoip-for-telegram-desktop
(let ((commit "13a5fcb16b04472d808ce122abd695dbf5d206cd")
(revision "88"))
--
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.