From c5dfe6346d90565663aaed0b668f2efd07ea145b Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 24 Jun 2021 15:13:47 +0200 Subject: gnu: gamin: Remove unused input. * gnu/packages/gnome.scm (gamin)[native-inputs]: Remove INTLTOOL. --- gnu/packages/gnome.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 389ac9f4ff..d2ddb87582 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11121,8 +11121,7 @@ repository and commit your work.") (inputs `(("glib" ,glib))) (native-inputs - `(("intltool" ,intltool) - ("pkg-config" ,pkg-config))) + `(("pkg-config" ,pkg-config))) (home-page "https://people.gnome.org/~veillard/gamin/") (synopsis "File alteration monitor") (description -- cgit v1.2.3