me
/
guix
Archived
1
0
Fork 0

gnu: Remove python2-pyatspi.

* gnu/packages/gnome.scm (python2-pyatspi): Delete variable.
Maxim Cournoyer 2022-04-30 00:15:22 -04:00
parent 709c0244e4
commit 1c142bb829
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 8 deletions

View File

@ -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")