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:
parent
c14a524ce5
commit
4ec331b2b4
1 changed files with 3 additions and 2 deletions
|
@ -1584,10 +1584,11 @@ Hints specification (EWMH).")
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("libxslt" ,libxslt)
|
("libxslt" ,libxslt)
|
||||||
("python" ,python-2)
|
("python" ,python-2)
|
||||||
("python2-pygobject" ,python2-pygobject-2)
|
("python2-pygobject" ,python2-pygobject)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("bison" ,bison)
|
||||||
|
("intltool" ,intltool)
|
||||||
("glib:bin" ,glib "bin")
|
("glib:bin" ,glib "bin")
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://www.gnumeric.org")
|
(home-page "http://www.gnumeric.org")
|
||||||
|
|
Reference in a new issue