guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: libgweather: Remove obsolete input.


From: guix-commits
Subject: 02/05: gnu: libgweather: Remove obsolete input.
Date: Sun, 28 Aug 2022 09:43:26 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 134a29fc08c7693156c002d6196c8e748032364f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Aug 28 13:24:23 2022 +0200

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 252bac544b..93d98121b4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5526,12 +5526,12 @@ service via the system message bus.")
                              (search-input-directory %build-inputs
                                                      "share/zoneinfo")))))
     (native-inputs
-     (list `(,glib "bin")               ;for glib-mkenums
+     (list gettext-minimal
+           `(,glib "bin")               ;for glib-mkenums
            gobject-introspection
            pkg-config
            python
            vala
-           intltool
            python-pygobject))
     (propagated-inputs
      ;; gweather-3.0.pc refers to GTK+, GDK-Pixbuf, GLib/GObject, libxml, and



reply via email to

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