guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: gnumeric: Add python scripting support.


From: Efraim Flashner
Subject: 04/04: gnu: gnumeric: Add python scripting support.
Date: Fri, 11 Dec 2015 12:18:29 +0000

efraim pushed a commit to branch master
in repository guix.

commit 2e4c54573fc394e1570dfbd065cc95c3583aea5c
Author: Efraim Flashner <address@hidden>
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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]