python3Packages.pygame-original: mark broken on python>=3.14

This commit is contained in:
Peder Bergebakken Sundt
2026-01-03 12:11:52 +01:00
committed by Marcin Serwin
parent 5c04378be2
commit fd7f71e24b
@@ -6,6 +6,7 @@
replaceVars,
fontconfig,
python,
pythonAtLeast,
# build-system
cython,
@@ -134,5 +135,7 @@ buildPythonPackage rec {
license = lib.licenses.lgpl21Plus;
maintainers = with lib.maintainers; [ emilytrau ];
platforms = lib.platforms.unix;
# https://github.com/pygame/pygame/issues/4706
broken = pythonAtLeast "3.14";
};
}