gnu: gnome-maps: Remove obsolete input.
* gnu/packages/geo.scm (gnome-maps)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
This commit is contained in:
parent
be7e82f057
commit
f7d34fcd7c
1 changed files with 2 additions and 2 deletions
|
|
@ -189,8 +189,8 @@ topology functions.")
|
||||||
,geocode-glib-path)))
|
,geocode-glib-path)))
|
||||||
#t))))))
|
#t))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gobject-introspection" ,gobject-introspection)
|
`(("gettext" ,gettext-minimal)
|
||||||
("intltool" ,intltool)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("evolution-data-server" ,evolution-data-server)
|
`(("evolution-data-server" ,evolution-data-server)
|
||||||
|
|
|
||||||
Reference in a new issue