mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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>
This commit is contained in:
parent
08abd3e56b
commit
b906aa6a7c
1 changed files with 5 additions and 5 deletions
|
@ -538,10 +538,9 @@ (define-public telegram-desktop
|
||||||
pkg-config
|
pkg-config
|
||||||
python-wrapper))
|
python-wrapper))
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-lib
|
(list abseil-cpp-cxxstd17
|
||||||
abseil-cpp-cxxstd17
|
alsa-lib
|
||||||
c++-gsl
|
c++-gsl
|
||||||
libexpected
|
|
||||||
fcitx-qt5
|
fcitx-qt5
|
||||||
fcitx5-qt
|
fcitx5-qt
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
@ -553,8 +552,10 @@ (define-public telegram-desktop
|
||||||
jemalloc
|
jemalloc
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
libdispatch
|
libdispatch
|
||||||
|
libexpected
|
||||||
libjpeg-turbo
|
libjpeg-turbo
|
||||||
libvpx
|
libvpx
|
||||||
|
libxcb
|
||||||
lz4
|
lz4
|
||||||
minizip
|
minizip
|
||||||
nimf
|
nimf
|
||||||
|
@ -564,8 +565,8 @@ (define-public telegram-desktop
|
||||||
pulseaudio
|
pulseaudio
|
||||||
qrcodegen-cpp
|
qrcodegen-cpp
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtsvg-5
|
|
||||||
qtimageformats
|
qtimageformats
|
||||||
|
qtsvg-5
|
||||||
qtwayland
|
qtwayland
|
||||||
range-v3
|
range-v3
|
||||||
rlottie-for-telegram-desktop
|
rlottie-for-telegram-desktop
|
||||||
|
@ -573,7 +574,6 @@ (define-public telegram-desktop
|
||||||
wayland
|
wayland
|
||||||
webkitgtk
|
webkitgtk
|
||||||
webrtc-for-telegram-desktop
|
webrtc-for-telegram-desktop
|
||||||
libxcb
|
|
||||||
xcb-util-keysyms
|
xcb-util-keysyms
|
||||||
xxhash
|
xxhash
|
||||||
zlib))
|
zlib))
|
||||||
|
|
Loading…
Reference in a new issue