gnu: gnumeric: Remove input labels.

* gnu/packages/gnome.scm (gnumeric)[native-inputs]:
Remove input labels.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-29 02:00:00 +02:00
parent 33f5cf1a8d
commit ebd7627bbc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4173,12 +4173,12 @@ (define-public gnumeric
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