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 @@
|
||||||
(for-each delete-file-recursively
|
(for-each delete-file-recursively
|
||||||
(lset-difference string=?
|
(lset-difference string=?
|
||||||
(scandir ".")
|
(scandir ".")
|
||||||
(cons* "." ".." keep))))
|
(cons* "." ".." keep)))))))))
|
||||||
#t)))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; No target
|
`(#:tests? #f ; No target
|
||||||
|
@ -126,8 +125,7 @@
|
||||||
(libyuv-to (string-append (getcwd)
|
(libyuv-to (string-append (getcwd)
|
||||||
"/src/third_party/libyuv")))
|
"/src/third_party/libyuv")))
|
||||||
(copy-recursively libvpx-from libvpx-to)
|
(copy-recursively libvpx-from libvpx-to)
|
||||||
(copy-recursively libyuv-from libyuv-to))
|
(copy-recursively libyuv-from libyuv-to)))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
|
|
Reference in a new issue