guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1b30f46cd118d8d8102b1a172652c0259646f536
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Mar 31 09:56:04 2026 +0900

    gnu: mutter: Sort inputs.
    
    * gnu/packages/gnome.scm (mutter) [native-inputs]: Sort.
    [inputs, propagated-inputs]: Likewise.
    
    Change-Id: Id847722f267a0da1a18692341bc6c5ca518954cd
    Signed-off-by: NoĆ© Lopez <[email protected]>
---
 gnu/packages/gnome.scm | 35 ++++++++++++++++-------------------
 1 file changed, 16 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5c33582421..a0cdd62887 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8300,53 +8300,50 @@ to display dialog boxes from the commandline and shell 
scripts.")
                 (("^Requires.private:.*" all)
                  (string-append "# " all))))))))
     (native-inputs
-     (list desktop-file-utils           ;for update-desktop-database
-           `(,glib "bin")               ;for glib-compile-schemas, etc.
+     (list adwaita-icon-theme
+           desktop-file-utils           ;for update-desktop-database
            gettext-minimal
+           `(,glib "bin")               ;for glib-compile-schemas, etc.
            gobject-introspection
            `(,gtk "bin")
-           pkg-config
-           xvfb-run
-           wayland-protocols
-           ;; For tests.
-           ;; Warnings are configured to be fatal during the tests; add an icon
-           ;; theme to please libxcursor.
-           adwaita-icon-theme
            libei
            libxcursor                   ;for XCURSOR_PATH
            pipewire
+           pkg-config
            python
            python-dbus
            python-dbusmock
            python-docutils
            umockdev
+           wayland-protocols
            wireplumber-minimal
+           xvfb-run
            zenity))
     (inputs
      (list colord
-           elogind
            egl-wayland                  ;for wayland-eglstream-protocols
+           elogind
            eudev
            gdk-pixbuf
            glycin-loaders
+           gnome-desktop
+           gnome-settings-daemon
            json-glib
+           libcanberra
            libdisplay-info
            libei
-           libcanberra
            libglycin
            libgudev
            libinput
-           libxkbfile
+           libwacom
            libxcomposite
            libxcvt
            libxdamage
            libxext
+           libxkbfile
            libxml2
            libxrandr
-           libwacom
            libxtst
-           gnome-desktop
-           gnome-settings-daemon
            pango
            pipewire
            python                       ; for gdctl
@@ -8356,15 +8353,15 @@ to display dialog boxes from the commandline and shell 
scripts.")
            xkeyboard-config))
     (propagated-inputs
      ;; The following inputs are in 'Requires' of pkg-config files.
-     (list graphene
-           gsettings-desktop-schemas
-           at-spi2-core                 ;for atk
+     (list at-spi2-core                 ;for atk
            cairo
            glib
+           graphene
+           gsettings-desktop-schemas
            lcms
            libx11
-           libxkbcommon
            libxfixes
+           libxkbcommon
            mesa
            pixman
            xinput                       ;for xi.pc

Reply via email to