diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:12 +0200 |
commit | ebd7627bbc5bdf48440957fcb0fa7d7019d5f5f3 (patch) | |
tree | af770e7ac0673d092f15164cdb70fb325ec008b2 /gnu | |
parent | 33f5cf1a8d1ed3bc0ed938c2f22a89d77a30f8d1 (diff) | |
download | guix-ebd7627bbc5bdf48440957fcb0fa7d7019d5f5f3.tar guix-ebd7627bbc5bdf48440957fcb0fa7d7019d5f5f3.tar.gz |
gnu: gnumeric: Remove input labels.
* gnu/packages/gnome.scm (gnumeric)[native-inputs]:
Remove input labels.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 12 |
1 files 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 |