3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: gnumeric: Fix build.

* gnu/packages/gnome.scm (gnumeric)[native-inputs]: Add bison.
[inputs]: Replace python2-pygobject with python2-pygobject.
This commit is contained in:
宋文武 2016-04-06 21:37:24 +08:00 committed by Ludovic Courtès
parent c14a524ce5
commit 4ec331b2b4

View file

@ -1584,10 +1584,11 @@ Hints specification (EWMH).")
("libxml2" ,libxml2)
("libxslt" ,libxslt)
("python" ,python-2)
("python2-pygobject" ,python2-pygobject-2)
("python2-pygobject" ,python2-pygobject)
("zlib" ,zlib)))
(native-inputs
`(("intltool" ,intltool)
`(("bison" ,bison)
("intltool" ,intltool)
("glib:bin" ,glib "bin")
("pkg-config" ,pkg-config)))
(home-page "http://www.gnumeric.org")