mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 18:19:15 -05:00
gnu: mutter: Remove obsolete input.
* gnu/packages/gnome.scm (mutter)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
This commit is contained in:
parent
03cae37fae
commit
966649a74c
1 changed files with 1 additions and 1 deletions
|
@ -7589,9 +7589,9 @@ (define-public mutter
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue