summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-05-04 14:43:58 +0200
committerMarius Bakke <mbakke@fastmail.com>2020-05-04 16:36:35 +0200
commitf7d34fcd7ce81968d282d8cb6145536241dda2fd (patch)
tree2adbb607c4a16b9eaa8b62008f7f12f27e8181fc
parentbe7e82f05700595da53a7b6c3df81dc5a056badb (diff)
downloadpatches-f7d34fcd7ce81968d282d8cb6145536241dda2fd.tar
patches-f7d34fcd7ce81968d282d8cb6145536241dda2fd.tar.gz
gnu: gnome-maps: Remove obsolete input.
* gnu/packages/geo.scm (gnome-maps)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
-rw-r--r--gnu/packages/geo.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 7ba5702a84..6c68d4064d 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -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)