diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-13 23:02:37 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-07-16 23:25:18 +0200 |
commit | 9591f0bfa48ce420efc61b57711bce4f23e1c9c7 (patch) | |
tree | 6f89636610ae1422a7aaea96b5f8e19d3f5e3b44 /gnu/packages/gnome.scm | |
parent | 445658bbe134eea0eb39d5ee6d93f1608a4f6345 (diff) | |
download | guix-9591f0bfa48ce420efc61b57711bce4f23e1c9c7.tar.gz |
gnu: libsoup: Remove obsolete input.
* gnu/packages/gnome.scm (libsoup-minimal)[native-inputs]: Remove INTLTOOL.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a443948e68..0d213f4cc5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4822,7 +4822,6 @@ libxml to ease remote use of the RESTful API.") (native-inputs (list `(,glib "bin") ;for glib-mkenums gobject-introspection - intltool pkg-config python-wrapper vala |