diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-12-11 13:26:39 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-12-11 14:18:10 +0200 |
commit | 2e4c54573fc394e1570dfbd065cc95c3583aea5c (patch) | |
tree | 6af192bb5703dd8780612f747682420b194c06b8 | |
parent | 7bcbd40dc8efcd706beb62a4aa9342359c9d9438 (diff) | |
download | guix-2e4c54573fc394e1570dfbd065cc95c3583aea5c.tar guix-2e4c54573fc394e1570dfbd065cc95c3583aea5c.tar.gz |
gnu: gnumeric: Add python scripting support.
* gnu/packages/gnome.scm (gnumeric): Do it.
[inputs]: Add python2, python2-pygobject-2.
-rw-r--r-- | 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 bf9c45be34..c17dd19802 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) |