guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/14: gnu: webrtc-for-telegram-desktop: Sort inputs alphabetically.


From: guix-commits
Subject: 07/14: gnu: webrtc-for-telegram-desktop: Sort inputs alphabetically.
Date: Wed, 28 Sep 2022 14:58:44 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 4531a6c3df490600a53f52897180e9c7ee3749ef
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Mon Sep 26 21:32:06 2022 +0800

    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>
---
 gnu/packages/telegram.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/telegram.scm b/gnu/packages/telegram.scm
index e7beab5c51..17bb168b50 100644
--- a/gnu/packages/telegram.scm
+++ b/gnu/packages/telegram.scm
@@ -357,24 +357,24 @@
        (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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]