[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/14: gnu: telegram-desktop: Sort inputs alphabetically.
From: |
guix-commits |
Subject: |
11/14: gnu: telegram-desktop: Sort inputs alphabetically. |
Date: |
Wed, 28 Sep 2022 14:58:45 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit b906aa6a7ce2dee15d64632805ca3d59305d9505
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Mon Sep 26 21:33:29 2022 +0800
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>
---
gnu/packages/telegram.scm | 10 +++++-----
1 file 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))
- branch master updated (2adb33279a -> eca27032d9), guix-commits, 2022/09/28
- 12/14: gnu: telegram: Remove unused variables., guix-commits, 2022/09/28
- 02/14: gnu: kcoreaddons: Remove trailing #t., guix-commits, 2022/09/28
- 09/14: gnu: Add libdispatch., guix-commits, 2022/09/28
- 11/14: gnu: telegram-desktop: Sort inputs alphabetically.,
guix-commits <=
- 03/14: gnu: kcoreaddons: Update to 5.98.0., guix-commits, 2022/09/28
- 06/14: gnu: webrtc-for-telegram-desktop: Update to 621f3da5., guix-commits, 2022/09/28
- 10/14: gnu: telegram-desktop: Update to 4.2.2., guix-commits, 2022/09/28
- 08/14: gnu: Remove libvpx-for-telegram-desktop., guix-commits, 2022/09/28
- 13/14: gnu: gnome: Sort propagated inputs alphabetically within categories., guix-commits, 2022/09/28
- 04/14: gnu: Add abseil-cpp-cxxstd17., guix-commits, 2022/09/28
- 07/14: gnu: webrtc-for-telegram-desktop: Sort inputs alphabetically., guix-commits, 2022/09/28
- 01/14: gnu: extra-cmake-modules: Update to 5.98.0., guix-commits, 2022/09/28
- 05/14: gnu: Add crc32c., guix-commits, 2022/09/28
- 14/14: gnu: expat: Update replacement to 2.4.9 [fixes CVE-2022-40674]., guix-commits, 2022/09/28