guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: Add python2-pyatspi.


From: guix-commits
Subject: 01/05: gnu: Add python2-pyatspi.
Date: Tue, 26 May 2020 04:02:19 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 5d31933e0b8520ee831e71dcd0ede6ec3de5216e
Author: Christopher Baines <address@hidden>
AuthorDate: Fri Apr 10 13:51:07 2020 +0100

    gnu: Add python2-pyatspi.
    
    This will enable updating python2-dogtail to 0.9.11.
    
    * gnu/packages/gnome.scm (python2-pyatspi): New variable.
---
 gnu/packages/gnome.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index dbaab15..fdbec60 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8860,6 +8860,14 @@ accessibility infrastructure.")
     (license license:lgpl2.0)
     (properties '((upstream-name . "pyatspi")))))
 
+(define-public python2-pyatspi
+  (package
+    (inherit python-pyatspi)
+    (name "python2-pyatspi")
+    (inputs
+     `(("python" ,python-2)
+       ("python-pygobject" ,python2-pygobject)))))
+
 (define-public orca
   (package
     (name "orca")



reply via email to

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