gnu: Remove python2-pyatspi.
* gnu/packages/gnome.scm (python2-pyatspi): Delete variable.
parent
709c0244e4
commit
1c142bb829
|
@ -10446,14 +10446,6 @@ 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)))
|
||||
(propagated-inputs
|
||||
`(("python-pygobject" ,python2-pygobject)))))
|
||||
|
||||
(define-public orca
|
||||
(package
|
||||
(name "orca")
|
||||
|
|
Reference in New Issue