From 7e5ed0884482f5ce55c9face4b081d8b16306cd2 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 19 Dec 2021 17:44:01 +0100 Subject: gnu: gnome-dictionary: Simplify inputs. * gnu/packages/gnome.scm (gnome-dictionary)[native-inputs]: Simplify. --- gnu/packages/gnome.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2ee210e00e..fb048fb621 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9819,12 +9819,12 @@ fit the GNOME desktop.") (substitute* "build-aux/meson/post-install.py" (("gtk-update-icon-cache") "true"))))))) (native-inputs - `(("glib:bin" ,glib "bin") - ("gobject-introspection" ,gobject-introspection) - ("intltool" ,intltool) - ("itstool" ,itstool) - ("pkg-config" ,pkg-config) - ("xmllint" ,libxml2))) + (list `(,glib "bin") + gobject-introspection + intltool + itstool + pkg-config + libxml2)) (inputs (list gsettings-desktop-schemas gtk+)) (home-page "https://wiki.gnome.org/Apps/Dictionary") -- cgit v1.2.3