me
/
guix
Archived
1
0
Fork 0

gnu: telegram-desktop: Sort inputs alphabetically.

* gnu/packages/telegram.scm (telegram-desktop)[inputs]: Sort inputs
alphabetically.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
master
Hilton Chain 2022-09-26 21:33:29 +08:00 committed by Liliana Marie Prikler
parent 08abd3e56b
commit b906aa6a7c
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 5 additions and 5 deletions

View File

@ -538,10 +538,9 @@ Telegram project, for its use in telegram desktop client.")
pkg-config
python-wrapper))
(inputs
(list alsa-lib
abseil-cpp-cxxstd17
(list abseil-cpp-cxxstd17
alsa-lib
c++-gsl
libexpected
fcitx-qt5
fcitx5-qt
ffmpeg
@ -553,8 +552,10 @@ Telegram project, for its use in telegram desktop client.")
jemalloc
kcoreaddons
libdispatch
libexpected
libjpeg-turbo
libvpx
libxcb
lz4
minizip
nimf
@ -564,8 +565,8 @@ Telegram project, for its use in telegram desktop client.")
pulseaudio
qrcodegen-cpp
qtbase-5
qtsvg-5
qtimageformats
qtsvg-5
qtwayland
range-v3
rlottie-for-telegram-desktop
@ -573,7 +574,6 @@ Telegram project, for its use in telegram desktop client.")
wayland
webkitgtk
webrtc-for-telegram-desktop
libxcb
xcb-util-keysyms
xxhash
zlib))