mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: webrtc-for-telegram-desktop: Sort inputs alphabetically.
* gnu/packages/telegram.scm (webrtc-for-telegram-desktop)[inputs]: Sort inputs alphabetically. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
adc3b7d31d
commit
4531a6c3df
1 changed files with 6 additions and 6 deletions
|
@ -357,24 +357,24 @@ (define-public webrtc-for-telegram-desktop
|
|||
(inputs
|
||||
(list abseil-cpp-cxxstd17
|
||||
ffmpeg
|
||||
libjpeg-turbo
|
||||
glib
|
||||
libdrm
|
||||
libglvnd
|
||||
libjpeg-turbo
|
||||
libvpx
|
||||
libxcomposite
|
||||
libxdamage
|
||||
libxrender
|
||||
libxrandr
|
||||
libxext
|
||||
libxfixes
|
||||
libxrandr
|
||||
libxrender
|
||||
libxtst
|
||||
mesa
|
||||
openh264
|
||||
openssl
|
||||
opus
|
||||
pipewire-0.3
|
||||
protobuf
|
||||
libxext
|
||||
libxtst))
|
||||
protobuf))
|
||||
(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