gnu: gnome-maps: Remove obsolete input.
authorMarius Bakke <mbakke@fastmail.com>
Mon, 4 May 2020 12:43:58 +0000 (14:43 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Mon, 4 May 2020 14:36:35 +0000 (16:36 +0200)
* gnu/packages/geo.scm (gnome-maps)[native-inputs]: Remove INTLTOOL.  Add
GETTEXT-MINIMAL.

gnu/packages/geo.scm

index 7ba5702..6c68d40 100644 (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)