guix-commits
[Top][All Lists]
Advanced

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

10/11: gnu: at-spi2-core: Remove obsolete input.


From: guix-commits
Subject: 10/11: gnu: at-spi2-core: Remove obsolete input.
Date: Wed, 18 Mar 2020 14:24:21 -0400 (EDT)

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

commit 96941537eec4421e908e44a37061a393d7ff3b37
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Mar 17 11:24:24 2020 +0100

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

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 10173bf..b7f7163 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -636,10 +636,10 @@ in the GNOME project.")
       ("libxi" ,libxi)
       ("libxtst" ,libxtst)))
    (native-inputs
-    `(("gobject-introspection" ,gobject-introspection)
+    `(("gettext" ,gettext-minimal)
+      ("gobject-introspection" ,gobject-introspection)
       ("gtk-doc" ,gtk-doc)
       ("glib" ,glib "bin")
-      ("intltool" ,intltool)
       ("pkg-config" ,pkg-config)))
    (synopsis "Assistive Technology Service Provider Interface, core 
components")
    (description



reply via email to

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