[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#57655] [PATCH 3/5] gnu: Remove rlottie-for-telegram-desktop.
From: |
Hilton Chain |
Subject: |
[bug#57655] [PATCH 3/5] gnu: Remove rlottie-for-telegram-desktop. |
Date: |
Thu, 08 Sep 2022 08:58:05 +0800 |
* 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
- [bug#57655] [PATCH 0/5] gnu: telegram-desktop: Update to 4.1.1., Hilton Chain, 2022/09/07
- [bug#57655] [PATCH 1/5] gnu: Add abseil-cpp-for-webrtc-for-telegram-desktop., Hilton Chain, 2022/09/07
- [bug#57655] [PATCH 2/5] gnu: webrtc-for-telegram-desktop: Update to a5fbc9., Hilton Chain, 2022/09/07
- [bug#57655] [PATCH 3/5] gnu: Remove rlottie-for-telegram-desktop.,
Hilton Chain <=
- [bug#57655] [PATCH 4/5] gnu: Remove libtgvoip-for-telegram-desktop., Hilton Chain, 2022/09/07
- [bug#57655] [PATCH 5/5] gnu: telegram-desktop: Update to 4.1.1., Hilton Chain, 2022/09/07
- [bug#57655] [PATCH 5/5 RESEND UNTABIFIED] gnu: telegram-desktop: Update to 4.1.1., Hilton Chain, 2022/09/07
- [bug#57655] [PATCH 5/5 RESEND UNTABIFIED] gnu: telegram-desktop: Update to 4.1.1., Hilton Chain, 2022/09/07
- bug#57655: [PATCH 5/5 RESEND UNTABIFIED] gnu: telegram-desktop: Update to 4.1.1., Hilton Chain, 2022/09/08
- [bug#57655] [PATCH 5/5] gnu: telegram-desktop: Update to 4.1.1., Liliana Marie Prikler, 2022/09/08
- [bug#57655] [PATCH 5/5] gnu: telegram-desktop: Update to 4.1.1., Hilton Chain, 2022/09/08
- [bug#57655] [PATCH 5/5] gnu: telegram-desktop: Update to 4.1.1., Liliana Marie Prikler, 2022/09/08
- [bug#57655] [PATCH 4/5] gnu: Remove libtgvoip-for-telegram-desktop., Liliana Marie Prikler, 2022/09/08
- [bug#57655] [PATCH 3/5] gnu: Remove rlottie-for-telegram-desktop., Liliana Marie Prikler, 2022/09/08