[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: telegram-desktop: Delete trailing #t.
From: |
guix-commits |
Subject: |
04/07: gnu: telegram-desktop: Delete trailing #t. |
Date: |
Wed, 21 Sep 2022 00:31:30 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit 425e4f6fcd0d844e44a9af7214906812531ec87f
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Tue Sep 20 23:34:51 2022 +0800
gnu: telegram-desktop: Delete trailing #t.
* gnu/packages/telegram.scm (telegram-desktop)[source]: Delete
trailing #t.
[arguments]<#:phases>: Likewise.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/telegram.scm | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/telegram.scm b/gnu/packages/telegram.scm
index ae1b727df7..08a72d2e0f 100644
--- a/gnu/packages/telegram.scm
+++ b/gnu/packages/telegram.scm
@@ -292,8 +292,7 @@ Telegram project, for its use in telegram desktop client.")
(for-each delete-file-recursively
(lset-difference string=?
(scandir ".")
- (cons* "." ".." keep))))
- #t)))))
+ (cons* "." ".." keep)))))))))
(build-system qt-build-system)
(arguments
`(#:tests? #f ; No target
@@ -322,8 +321,7 @@ Telegram project, for its use in telegram desktop client.")
(modify-phases %standard-phases
(add-after 'unpack 'make-writable
(lambda _
- (for-each make-file-writable (find-files "."))
- #t))
+ (for-each make-file-writable (find-files "."))))
(add-after 'make-writable 'copy-inputs
(lambda* (#:key inputs outputs #:allow-other-keys)
(for-each
@@ -350,14 +348,10 @@ Telegram project, for its use in telegram desktop
client.")
("Telegram/lib_waylandshells" ,(assoc-ref inputs
"lib-waylandshells-source"))
("Telegram/lib_webrtc" ,(assoc-ref inputs "lib-webrtc-source"))
("Telegram/lib_webview" ,(assoc-ref inputs
"lib-webview-source"))
- ("Telegram/ThirdParty/tgcalls"
- ,(assoc-ref inputs "tgcalls-source"))))
- #t))
+ ("Telegram/ThirdParty/tgcalls" ,(assoc-ref inputs
"tgcalls-source"))))))
(add-before 'configure 'patch-cxx-flags
(lambda _
- (substitute* "cmake/options_linux.cmake"
- (("class-memaccess") "all"))
- #t))
+ (substitute* "cmake/options_linux.cmake" (("class-memaccess")
"all"))))
(add-after 'install 'glib-or-gtk-compile-schemas
(assoc-ref glib-or-gtk:%standard-phases
'glib-or-gtk-compile-schemas))
(add-after 'glib-or-gtk-compile-schemas 'glib-or-gtk-wrap
- branch master updated (f256614891 -> 344405475a), guix-commits, 2022/09/21
- 03/07: gnu: webrtc-for-telegram-desktop: Delete trailing #t., guix-commits, 2022/09/21
- 05/07: gnu: webrtc-for-telegram-desktop: Use modern package style., guix-commits, 2022/09/21
- 06/07: gnu: telegram-desktop: Use modern package style., guix-commits, 2022/09/21
- 07/07: gnu: telegram-desktop: Use API ID from Snap builds., guix-commits, 2022/09/21
- 02/07: gnu: Add gnome-console., guix-commits, 2022/09/21
- 04/07: gnu: telegram-desktop: Delete trailing #t.,
guix-commits <=
- 01/07: gnu: Add gnome-text-editor., guix-commits, 2022/09/21