From f22c65e019f8b8492a794993a9c5aa37743b9882 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 1 Sep 2022 19:15:26 +0200 Subject: gnu: gtk-vnc: Remove obsolete input. * gnu/packages/gnome.scm (gtk-vnc)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9e8b68de33..cc9307470b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8879,9 +8879,9 @@ like switching to windows and launching applications.") (if (target-x86-64?) (list gjs) '()) - (list `(,glib "bin") + (list gettext-minimal + `(,glib "bin") gobject-introspection - intltool node perl pkg-config -- cgit v1.2.3