guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: webrtc-for-telegram-desktop: Delete trailing #t.


From: guix-commits
Subject: 03/07: gnu: webrtc-for-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 5ca7ec92f55c3b878dfbae01da928402847a59f3
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Tue Sep 20 23:34:35 2022 +0800

    gnu: webrtc-for-telegram-desktop: Delete trailing #t.
    
    * gnu/packages/telegram.scm (webrtc-for-telegram-desktop)[source]: Delete
    trailing #t.
    [arguments]<#:phases>: Likewise.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 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 @@
                   (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 @@
                        (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]