guix-commits
[Top][All Lists]
Advanced

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

13/14: gnu: gnome: Sort propagated inputs alphabetically within categori


From: guix-commits
Subject: 13/14: gnu: gnome: Sort propagated inputs alphabetically within categories.
Date: Wed, 28 Sep 2022 14:58:45 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit c67d462c532cb8079e589d076c6ae9446d59541b
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Wed Sep 28 20:25:19 2022 +0200

    gnu: gnome: Sort propagated inputs alphabetically within categories.
    
    * gnu/packages/gnome.scm (gnome)[propagated-inputs]: Sort alphabetically
    within categories.
---
 gnu/packages/gnome.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9519772fa6..a03b3e150d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10003,8 +10003,8 @@ world.")
           gnome-menus
           gnome-session
           gnome-settings-daemon
-          gnome-shell-extensions
           gnome-shell
+          gnome-shell-extensions
           gnome-themes-extra
           gnome-user-docs
           gnome-user-share
@@ -10025,6 +10025,7 @@ world.")
           gnome-calendar
           gnome-characters
           gnome-clocks
+          gnome-console
           gnome-contacts
           gnome-disk-utility
           gnome-font-viewer
@@ -10034,7 +10035,6 @@ world.")
           gnome-screenshot
           gnome-system-monitor
           gnome-text-editor
-          gnome-console
           gnome-weather
           nautilus
           simple-scan
@@ -10042,18 +10042,18 @@ world.")
           tracker-miners
           yelp
           ;; Others.
-          hicolor-icon-theme
           gnome-online-accounts
+          hicolor-icon-theme
 
           ;; Packages not part of GNOME proper but that are needed for a good
           ;; experience.  See <https://bugs.gnu.org/39646>.
           ;; XXX: Find out exactly which ones are needed and why.
-          font-abattis-cantarell
-          font-dejavu
           at-spi2-core-minimal
           dbus
           dconf
           desktop-file-utils
+          font-abattis-cantarell
+          font-dejavu
           gnome-default-applications
           gst-plugins-base
           gst-plugins-good



reply via email to

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