diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-09-15 22:47:25 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-28 21:50:56 +0100 |
| commit | c2d38eba5edb9169bd0f5324aa67a3a2502f0c03 (patch) | |
| tree | a145ff0408f0019180031d3cba2a6164e43e6d11 | |
| parent | 8c9fc75742d178def571bb01851c5dff1ad6e623 (diff) | |
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>
| -rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 738f274324..f265db356c 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -13408,7 +13408,7 @@ virtual reality devices.") (list #:configure-flags #~(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 libiconv libpng |
