mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
1dbd0005a1
commit
5d31933e0b
1 changed files with 8 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue