gnu: gnome-maps: Remove obsolete input.

* gnu/packages/geo.scm (gnome-maps)[native-inputs]: Remove INTLTOOL.  Add
GETTEXT-MINIMAL.
This commit is contained in:
Marius Bakke 2020-05-04 14:43:58 +02:00
parent be7e82f057
commit f7d34fcd7c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -189,8 +189,8 @@ (define-public gnome-maps
,geocode-glib-path)))
#t))))))
(native-inputs
`(("gobject-introspection" ,gobject-introspection)
("intltool" ,intltool)
`(("gettext" ,gettext-minimal)
("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)))
(inputs
`(("evolution-data-server" ,evolution-data-server)