mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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:
parent
cb2d5063a0
commit
5ca7ec92f5
1 changed files with 2 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue