guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ad71355b8cbb8f0ca9f0bca8135fa70e4b3aff72
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Aug 30 21:46:03 2026 +0900

    gnu: gnome-meta-core-utilities: Fix indentation.
    
    * gnu/packages/gnome.scm (gnome-meta-core-utilities): Fix indentation.
---
 gnu/packages/gnome.scm | 58 +++++++++++++++++++++++++-------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index aa66da9fa9..5670eea744 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10834,35 +10834,35 @@ playing media, scanning, and much more.")
   (gnome-meta-package
    (name "gnome-meta-core-utilities")
    (propagated-inputs
-     (list baobab
-           decibels
-           epiphany
-           file-roller
-           foundry
-           gnome-calculator
-           gnome-calendar
-           gnome-characters
-           gnome-clocks
-           gnome-connections
-           gnome-console
-           gnome-contacts
-           gnome-disk-utility
-           gnome-font-viewer
-           gnome-maps
-           gnome-music
-           gnome-screenshot
-           gnome-system-monitor
-           gnome-text-editor
-           gnome-weather
-           localsearch
-           loupe
-           nautilus
-           papers
-           simple-scan
-           showtime
-           snapshot
-           xdg-desktop-portal-gnome
-           yelp))))
+    (list baobab
+          decibels
+          epiphany
+          file-roller
+          foundry
+          gnome-calculator
+          gnome-calendar
+          gnome-characters
+          gnome-clocks
+          gnome-connections
+          gnome-console
+          gnome-contacts
+          gnome-disk-utility
+          gnome-font-viewer
+          gnome-maps
+          gnome-music
+          gnome-screenshot
+          gnome-system-monitor
+          gnome-text-editor
+          gnome-weather
+          localsearch
+          loupe
+          nautilus
+          papers
+          simple-scan
+          showtime
+          snapshot
+          xdg-desktop-portal-gnome
+          yelp))))
 
 (define-public gnome-essential-extras
   (gnome-meta-package

Reply via email to