diff options
author | Marius Bakke <marius@gnu.org> | 2021-06-24 15:12:11 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-07-23 17:26:43 +0200 |
commit | b99f9959120b2cbf94bb6cfa1a3127edec7744ad (patch) | |
tree | 1b7ca4d8912ae2043fd9ce160712ce9e6cb61105 /gnu/packages/glib.scm | |
parent | b51bb5bcdc93b4bf41bdbfa8be956a87613ddb3e (diff) |
gnu: glib: Remove unused input.
* gnu/packages/glib.scm (glib)[native-inputs]: Remove INTLTOOL.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 7fcde85305..c71246204c 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -299,7 +299,6 @@ shared NFS home directories.") (native-inputs `(("docbook-xsl" ,docbook-xsl) ("gettext" ,gettext-minimal) - ("libintl" ,intltool) ("m4" ,m4) ; for installing m4 macros ("perl" ,perl) ; needed by GIO tests ("pkg-config" ,pkg-config) |