gnu: webrtc-for-telegram-desktop: Update to revision 83.

* gnu/packages/telegram.scm (webrtc-for-telegram-desktop): Update to revision 83.
[inputs]: Add libx11, libxext, and libxtst.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
This commit is contained in:
Raghav Gururajan 2021-02-18 06:24:13 -05:00 committed by Leo Prikler
parent 26db713f0c
commit 81ffe22415
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -69,8 +69,8 @@ (define-module (gnu packages telegram)
#:use-module (guix build-system qt))
(define-public webrtc-for-telegram-desktop
(let ((commit "fa86fcc00c218813d61a272a56feab55c76a1ab9")
(revision "52"))
(let ((commit "a19877363082da634a3c851a4698376504d2eaee")
(revision "83"))
(hidden-package
(package
(name "webrtc-for-telegram-desktop")
@ -86,7 +86,7 @@ (define-public webrtc-for-telegram-desktop
(file-name
(git-file-name name version))
(sha256
(base32 "06gcrlym6vqqw7zlds9lpwyg37d5m81d87h16aps19v0v9gzan0l"))
(base32 "0961zm1m1mc2kh54dx5ax95q8sw13impvpjvg9jv12bmfkgm17wr"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))
@ -158,7 +158,10 @@ (define-public webrtc-for-telegram-desktop
("openssl" ,openssl)
("opus" ,opus)
("protobuf" ,protobuf)
("pulseaudio" ,pulseaudio)))
("pulseaudio" ,pulseaudio)
("x11" ,libx11)
("xext" ,libxext)
("xtst" ,libxtst)))
(synopsis "WebRTC support for Telegram Desktop")
(description "WebRTC-for-Telegram-Desktop is a custom WebRTC fork by
Telegram project, for its use in telegram desktop client.")