mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: nheko: Support video calls.
* gnu/packages/messaging.scm (nheko)[inputs]: Replace GST-PLUGINS-GOOD with GST-PLUGINS-GOOD-QT to fix video calls. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
27efd3ed3c
commit
34cf5e06a9
1 changed files with 1 additions and 1 deletions
|
@ -2459,7 +2459,7 @@ (define-public nheko
|
||||||
curl
|
curl
|
||||||
gst-plugins-base
|
gst-plugins-base
|
||||||
gst-plugins-bad ; sdp & webrtc for voip
|
gst-plugins-bad ; sdp & webrtc for voip
|
||||||
gst-plugins-good ; rtpmanager for voip
|
gst-plugins-good-qt ; rtpmanager for voip
|
||||||
json-modern-cxx
|
json-modern-cxx
|
||||||
libevent
|
libevent
|
||||||
libnice ; for voip
|
libnice ; for voip
|
||||||
|
|
Loading…
Reference in a new issue