mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gemrb: Switch to Python 3.11.
This is the only that explicitly refered to python-3.10. Switch to python-3.11 is one step closer to removing 3.10 altogether and thereby closing several CVEs. * gnu/packages/games.scm (gemrb)[native-inputs]: Remove python-3.10; add python. Change-Id: I66783b7fd2c4066cded400b753684384a2e1cff2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
8c9fc75742
commit
c2d38eba5e
1 changed files with 1 additions and 1 deletions
|
@ -13408,7 +13408,7 @@ virtual reality devices.")
|
||||||
(list
|
(list
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list "-DUSE_TESTS=ON" "-DOPENGL_BACKEND=OpenGL")))
|
#~(list "-DUSE_TESTS=ON" "-DOPENGL_BACKEND=OpenGL")))
|
||||||
(native-inputs (list python-3.10 glibc-locales googletest))
|
(native-inputs (list python glibc-locales googletest))
|
||||||
(inputs (list freetype
|
(inputs (list freetype
|
||||||
libiconv
|
libiconv
|
||||||
libpng
|
libpng
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue