gnu: Add python2-pyatspi.
This will enable updating python2-dogtail to 0.9.11. * gnu/packages/gnome.scm (python2-pyatspi): New variable.master
parent
1dbd0005a1
commit
5d31933e0b
|
@ -8860,6 +8860,14 @@ accessibility infrastructure.")
|
||||||
(license license:lgpl2.0)
|
(license license:lgpl2.0)
|
||||||
(properties '((upstream-name . "pyatspi")))))
|
(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
|
(define-public orca
|
||||||
(package
|
(package
|
||||||
(name "orca")
|
(name "orca")
|
||||||
|
|
Reference in New Issue