me
/
guix
Archived
1
0
Fork 0

gnu: gnome-maps: Remove obsolete input.

* gnu/packages/geo.scm (gnome-maps)[native-inputs]: Remove INTLTOOL.  Add
GETTEXT-MINIMAL.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -189,8 +189,8 @@ topology functions.")
,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)