apteryx pushed a commit to branch elogind-updates in repository guix. commit a997d8f57e6624b7708c6689e7d832dc93cedf43 Author: Maxim Cournoyer <maxim.courno...@gmail.com> AuthorDate: Fri Apr 4 20:58:36 2025 +0900
gnu: mutter: Remove extraneous inputs. * gnu/packages/gnome.scm (mutter): [inputs]: Remove zenity. [native-inputs]: Remove intltool, autoconf, automake, and libtool; add gettext-minimal. Change-Id: I8c89bed6947cb36969e202b98aafc631acc1daef --- gnu/packages/gnome.scm | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 89262531d2..050a0118fe 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8242,14 +8242,10 @@ to display dialog boxes from the commandline and shell scripts.") (native-inputs (list desktop-file-utils ;for update-desktop-database `(,glib "bin") ;for glib-compile-schemas, etc. + gettext-minimal gobject-introspection - intltool pkg-config xvfb-run - ;; For git build - autoconf - automake - libtool wayland-protocols ;; For tests. ;; Warnings are configured to be fatal during the tests; add an icon @@ -8306,8 +8302,7 @@ to display dialog boxes from the commandline and shell scripts.") sysprof upower xkeyboard-config - xorg-server-xwayland - zenity)) + xorg-server-xwayland)) (synopsis "Window and compositing manager") (home-page "https://www.gnome.org") (description