cbaines pushed a commit to branch master
in repository guix.
commit b61f18b9232ca69fd1fac5a09692bb97a8425691
Author: Maxim Cournoyer <[email protected]>
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 b669280ff9..9d693b57e9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8243,14 +8243,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
@@ -8307,8 +8303,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