gnu: Add python2-pyatspi.

This will enable updating python2-dogtail to 0.9.11.

* gnu/packages/gnome.scm (python2-pyatspi): New variable.
This commit is contained in:
Christopher Baines 2020-04-10 13:51:07 +01:00
parent 1dbd0005a1
commit 5d31933e0b
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -8860,6 +8860,14 @@ (define-public python-pyatspi
(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")