me
/
guix
Archived
1
0
Fork 0

gnu: mutter: Remove obsolete input.

* gnu/packages/gnome.scm (mutter)[native-inputs]: Remove INTLTOOL.  Add
GETTEXT-MINIMAL.
master
Marius Bakke 2022-09-10 12:45:04 +02:00
parent 03cae37fae
commit 966649a74c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -7589,9 +7589,9 @@ to display dialog boxes from the commandline and shell scripts.")
status)))))))))))) status))))))))))))
(native-inputs (native-inputs
(list desktop-file-utils ; for update-desktop-database (list desktop-file-utils ; for update-desktop-database
gettext-minimal
`(,glib "bin") ; for glib-compile-schemas, etc. `(,glib "bin") ; for glib-compile-schemas, etc.
gobject-introspection gobject-introspection
intltool
pkg-config pkg-config
xvfb-run xvfb-run
;; For git build ;; For git build