mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: gnumeric: Remove input labels.
* gnu/packages/gnome.scm (gnumeric)[native-inputs]: Remove input labels.
This commit is contained in:
parent
33f5cf1a8d
commit
ebd7627bbc
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue