me
/
guix
Archived
1
0
Fork 0

gnu: gnumeric: Fix build.

* gnu/packages/gnome.scm (gnumeric)[native-inputs]: Add bison.
[inputs]: Replace python2-pygobject with python2-pygobject.
master
宋文武 2016-04-06 21:37:24 +08:00 committed by Ludovic Courtès
parent c14a524ce5
commit 4ec331b2b4
1 changed files with 3 additions and 2 deletions

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")