diff options
author | Hilton Chain <hako@ultrarare.space> | 2022-09-26 21:33:29 +0800 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-09-28 20:22:38 +0200 |
commit | b906aa6a7ce2dee15d64632805ca3d59305d9505 (patch) | |
tree | 9ec7d517c9d13cf097aec80943635b6a667ee1b8 /gnu | |
parent | 08abd3e56b5787290a914aa86a6023a69a8fca90 (diff) |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/telegram.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/telegram.scm b/gnu/packages/telegram.scm index b5aa84a48e..3461dc7bfb 100644 --- a/gnu/packages/telegram.scm +++ b/gnu/packages/telegram.scm @@ -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)) |