cbaines pushed a commit to branch master
in repository guix.
commit 5d31933e0b8520ee831e71dcd0ede6ec3de5216e
Author: Christopher Baines <[email protected]>
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")