[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#57675] [PATCH v5 01/11] gnu: webrtc-for-telegram-desktop: Delete tr
From: |
Hilton Chain |
Subject: |
[bug#57675] [PATCH v5 01/11] gnu: webrtc-for-telegram-desktop: Delete trailing #t. |
Date: |
Tue, 20 Sep 2022 07:33:25 +0800 |
* gnu/packages/telegram.scm (webrtc-for-telegram-desktop)[source,#:phases]:
Delete trailing #t.
---
gnu/packages/telegram.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/telegram.scm b/gnu/packages/telegram.scm
index 1a22d230d2..ae1b727df7 100644
--- a/gnu/packages/telegram.scm
+++ b/gnu/packages/telegram.scm
@@ -106,8 +106,7 @@ (define-public webrtc-for-telegram-desktop
(for-each delete-file-recursively
(lset-difference string=?
(scandir ".")
- (cons* "." ".." keep))))
- #t)))))
+ (cons* "." ".." keep)))))))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; No target
@@ -126,8 +125,7 @@ (define-public webrtc-for-telegram-desktop
(libyuv-to (string-append (getcwd)
"/src/third_party/libyuv")))
(copy-recursively libvpx-from libvpx-to)
- (copy-recursively libyuv-from libyuv-to))
- #t)))))
+ (copy-recursively libyuv-from libyuv-to)))))))
(native-inputs
`(("perl" ,perl)
("pkg-config" ,pkg-config)
--
2.37.3
- [bug#57675] [PATCH v4 04/10] gnu: webrtc-for-telegram-desktop: Use gexp., (continued)
- [bug#57675] [PATCH v4 04/10] gnu: webrtc-for-telegram-desktop: Use gexp., Hilton Chain, 2022/09/19
- [bug#57675] [PATCH v4 05/10] gnu: telegram-desktop: Use gexp., Hilton Chain, 2022/09/19
- [bug#57675] [PATCH v4 06/10] gnu: Add abseil-cpp-cxxstd17., Hilton Chain, 2022/09/19
- [bug#57675] [PATCH v4 07/10] gnu: extra-cmake-modules: Update to 5.98.0., Hilton Chain, 2022/09/19
- [bug#57675] [PATCH v4 08/10] gnu: kcoreaddons: Update to 5.98.0., Hilton Chain, 2022/09/19
- [bug#57675] [PATCH v4 09/10] gnu: webrtc-for-telegram-desktop: Update to 621f3d., Hilton Chain, 2022/09/19
- [bug#57675] [PATCH v4 10/10] gnu: telegram-desktop: Update to 4.2.0., Hilton Chain, 2022/09/19
- [bug#57675] [PATCH v4 10/10] gnu: telegram-desktop: Update to 4.2.0., Liliana Marie Prikler, 2022/09/19
- [bug#57675] [PATCH v4 08/10] gnu: kcoreaddons: Update to 5.98.0., Liliana Marie Prikler, 2022/09/19
[bug#57675] [PATCH v5 00/11] gnu: telegram-desktop: Update to 4.2.0., Hilton Chain, 2022/09/19
- [bug#57675] [PATCH v5 01/11] gnu: webrtc-for-telegram-desktop: Delete trailing #t.,
Hilton Chain <=
- [bug#57675] [PATCH v5 02/11] gnu: telegram-desktop: Delete trailing #t., Hilton Chain, 2022/09/19
- [bug#57675] [PATCH v5 03/11] gnu: webrtc-for-telegram-desktop: Use modern package style., Hilton Chain, 2022/09/19
- [bug#57675] [PATCH v5 04/11] gnu: telegram-desktop: Use modern package style., Hilton Chain, 2022/09/19
- [bug#57675] [PATCH v5 05/11] gnu: telegram-desktop: Change Api ID., Hilton Chain, 2022/09/19
- [bug#57675] [PATCH v5 06/11] gnu: Add abseil-cpp-cxxstd17., Hilton Chain, 2022/09/19
- [bug#57675] [PATCH v5 07/11] gnu: extra-cmake-modules: Update to 5.98.0., Hilton Chain, 2022/09/19
- [bug#57675] [PATCH v5 08/11] gnu: kcoreaddons: Remove trailing #t., Hilton Chain, 2022/09/19
- [bug#57675] [PATCH v5 09/11] gnu: kcoreaddons: Update to 5.98.0., Hilton Chain, 2022/09/19
- [bug#57675] [PATCH v5 10/11] gnu: webrtc-for-telegram-desktop: Update to 621f3d., Hilton Chain, 2022/09/19
- [bug#57675] [PATCH v5 11/11] gnu: telegram-desktop: Update to 4.2.0., Hilton Chain, 2022/09/19