guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: gnome-maps: Remove obsolete input.


From: guix-commits
Subject: 04/04: gnu: gnome-maps: Remove obsolete input.
Date: Mon, 4 May 2020 10:37:02 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit f7d34fcd7ce81968d282d8cb6145536241dda2fd
Author: Marius Bakke <address@hidden>
AuthorDate: Mon May 4 14:43:58 2020 +0200

    gnu: gnome-maps: Remove obsolete input.
    
    * gnu/packages/geo.scm (gnome-maps)[native-inputs]: Remove INTLTOOL.  Add
    GETTEXT-MINIMAL.
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 7ba5702..6c68d40 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]