efraim pushed a commit to branch master
in repository guix.
commit 2e4c54573fc394e1570dfbd065cc95c3583aea5c
Author: Efraim Flashner <[email protected]>
Date: Fri Dec 11 13:26:39 2015 +0200
gnu: gnumeric: Add python scripting support.
* gnu/packages/gnome.scm (gnumeric): Do it.
[inputs]: Add python2, python2-pygobject-2.
---
gnu/packages/gnome.scm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bf9c45b..c17dd19 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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)