summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-04-04 20:58:36 +0900
committerChristopher Baines <mail@cbaines.net>2025-04-11 13:32:01 +0100
commitb61f18b9232ca69fd1fac5a09692bb97a8425691 (patch)
tree8eda290b722305f387066da40c9e3e0402bc83a9
parent74595d6e038cd786ac8c2849cd7f7073d632da83 (diff)
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
-rw-r--r--gnu/packages/gnome.scm9
1 files 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