[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
- 02/11: gnu: perl-xml-parser: Update to 2.46., (continued)
- 02/11: gnu: perl-xml-parser: Update to 2.46., guix-commits, 2020/03/18
- 03/11: gnu: avahi: Do not build the static libraries., guix-commits, 2020/03/18
- 01/11: gnu: swig: Use guile-3.0 instead of guile-2.2., guix-commits, 2020/03/18
- 05/11: gnu: fontforge: Update to 20200314., guix-commits, 2020/03/18
- 04/11: gnu: avahi: Update to 0.8., guix-commits, 2020/03/18
- 11/11: gnu: pulseaudio: Remove obsolete input., guix-commits, 2020/03/18
- 06/11: gnu: gdb: Remove duplicate input., guix-commits, 2020/03/18
- 07/11: gnu: libgsf: Remove obsolete intltool input., guix-commits, 2020/03/18
- 08/11: gnu: libgsf: Do not build the static library., guix-commits, 2020/03/18
- 09/11: gnu: libgsf: Remove unused input., guix-commits, 2020/03/18
- 10/11: gnu: at-spi2-core: Remove obsolete input.,
guix-commits <=