gnu: mutter: Remove obsolete input.
* gnu/packages/gnome.scm (mutter)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.master
parent
03cae37fae
commit
966649a74c
|
@ -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
|
||||||
|
|
Reference in New Issue