mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: Remove python2-pyatspi.
* gnu/packages/gnome.scm (python2-pyatspi): Delete variable.
This commit is contained in:
parent
709c0244e4
commit
1c142bb829
1 changed files with 0 additions and 8 deletions
|
@ -10446,14 +10446,6 @@ (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)))
|
||||
(propagated-inputs
|
||||
`(("python-pygobject" ,python2-pygobject)))))
|
||||
|
||||
(define-public orca
|
||||
(package
|
||||
(name "orca")
|
||||
|
|
Loading…
Reference in a new issue