[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
- 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, 2022/09/28
- 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 <=
- 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