From 2e4c54573fc394e1570dfbd065cc95c3583aea5c Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Fri, 11 Dec 2015 13:26:39 +0200 Subject: 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 file changed, 2 insertions(+) (limited to 'gnu/packages/gnome.scm') 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) -- cgit 1.4.1