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>
This commit is contained in:
Hilton Chain 2022-09-20 23:34:35 +08:00 committed by Liliana Marie Prikler
parent cb2d5063a0
commit 5ca7ec92f5
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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)