From 4c5d8d919d433d0669abc124eeb2692ae81739f5 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Tue, 9 Nov 2021 23:04:59 +0000 Subject: [PATCH 5/5] gnu: gnome-tweaks: Style it. * gnu/packages/gnome.scm (gnome-tweaks): Apply the Guix style. --- gnu/packages/gnome.scm | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d0bd796fa4..785492b186 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9793,21 +9793,19 @@ (define-public gnome-tweaks `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)) `("GUIX_PYTHONPATH" ":" prefix (,python-path)))))))))) (native-inputs - `(("glib:bin" ,glib "bin") ; for glib-compile-resources, etc. - ("intltool" ,intltool) - ("pkg-config" ,pkg-config) - ("gobject-introspection" ,gobject-introspection))) - (inputs - `(("gnome-desktop" ,gnome-desktop) - ("gtk+" ,gtk+) - ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) - ("libhandy" ,libhandy) - ("libnotify" ,libnotify) - ("libsoup" ,libsoup) - ("nautilus" ,nautilus) - ("python" ,python) - ("python-pygobject" ,python-pygobject) - ("bash-minimal" ,bash-minimal))) + (list `(,glib "bin") ; for glib-compile-resources, etc. + intltool pkg-config gobject-introspection)) + (inputs + (list gnome-desktop + gtk+ + gsettings-desktop-schemas + libhandy + libnotify + libsoup + nautilus + python + python-pygobject + bash-minimal)) (synopsis "Customize advanced GNOME 3 options") (home-page "https://wiki.gnome.org/Apps/Tweaks") (description -- 2.33.1