[bug#57675,v6,01/11] gnu: webrtc-for-telegram-desktop: Delete trailing #t.
Commit Message
* 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(-)
--
2.37.3
@@ -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)