mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: gnumeric: Add python scripting support.
* gnu/packages/gnome.scm (gnumeric): Do it. [inputs]: Add python2, python2-pygobject-2.
This commit is contained in:
parent
7bcbd40dc8
commit
2e4c54573f
1 changed files with 2 additions and 0 deletions
|
@ -1551,6 +1551,8 @@ Hints specification (EWMH).")
|
|||
("librsvg" ,librsvg)
|
||||
("libxml2" ,libxml2)
|
||||
("libxslt" ,libxslt)
|
||||
("python" ,python-2)
|
||||
("python2-pygobject", python2-pygobject-2)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("intltool" ,intltool)
|
||||
|
|
Loading…
Reference in a new issue