python312Packages.pygame: pin to SDL2_classic

Some niche regressions in sdl2-compat over SDL2 have pygame tests fail.
Some of these were adressed in https://github.com/libsdl-org/sdl2-compat/issues/367,
but pygame still does not yet work with sdl2-compat.
Pinning is the simplext solution for now.
This commit is contained in:
Grimmauld
2025-04-06 16:10:12 +02:00
parent 82c7130388
commit 522aeab27c
@@ -12,7 +12,7 @@
setuptools,
# nativeBuildInputs
SDL2,
SDL2_classic,
pkg-config,
# buildInputs
@@ -76,7 +76,7 @@ buildPythonPackage rec {
];
nativeBuildInputs = [
SDL2
SDL2_classic
pkg-config
];
@@ -86,7 +86,7 @@ buildPythonPackage rec {
libpng
libX11
portmidi
SDL2
SDL2_classic
SDL2_image
SDL2_mixer
SDL2_ttf