mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: python-pyatspi: Update to 2.46.0.
* gnu/packages/gnome.scm (python-pyatspi): Update to 2.46.0. [arguments]: Convert to list of G-Expressions. Change-Id: I88c6b33154c21cd165e800b3a3e8a584eee50abd Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
70eca40bc3
commit
1a4e51d1e4
1 changed files with 10 additions and 9 deletions
|
@ -11069,7 +11069,7 @@ (define-public gnome-system-monitor
|
|||
(define-public python-pyatspi
|
||||
(package
|
||||
(name "python-pyatspi")
|
||||
(version "2.45.90")
|
||||
(version "2.46.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -11078,16 +11078,17 @@ (define-public python-pyatspi
|
|||
"/pyatspi-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fggihg4xmwia0xgjkcraiqk76jvyrj1pcsw99rjh4yn3kygisrh"))))
|
||||
"0bn6f1cn5z3fdg98irbm4265y0ri7fdr9s1m385ibaj77p7qjm6l"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'build 'fix-atk-load
|
||||
(lambda _
|
||||
(substitute* "pyatspi/__init__.py"
|
||||
(("from gi.repository import Atspi")
|
||||
"gi.require_version('Gtk', '3.0')
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'build 'fix-atk-load
|
||||
(lambda _
|
||||
(substitute* "pyatspi/__init__.py"
|
||||
(("from gi.repository import Atspi")
|
||||
"gi.require_version('Gtk', '3.0')
|
||||
from gi.repository import Gtk
|
||||
from gi.repository import Atspi")))))))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue