From ebd7627bbc5bdf48440957fcb0fa7d7019d5f5f3 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 29 May 2022 02:00:00 +0200 Subject: gnu: gnumeric: Remove input labels. * gnu/packages/gnome.scm (gnumeric)[native-inputs]: Remove input labels. --- gnu/packages/gnome.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b6e2e94111..90ee724290 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4173,12 +4173,12 @@ Hints specification (EWMH).") python-pygobject zlib)) (native-inputs - `(("bison" ,bison) - ("docbook-xml" ,docbook-xml) - ("intltool" ,intltool) - ("itstool" ,itstool) - ("glib:bin" ,glib "bin") - ("pkg-config" ,pkg-config))) + (list bison + docbook-xml + `(,glib "bin") + intltool + itstool + pkg-config)) (home-page "http://www.gnumeric.org") (synopsis "Spreadsheet application") (description -- cgit v1.2.3