mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
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:
parent
26db713f0c
commit
81ffe22415
1 changed files with 7 additions and 4 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue