python3Packages.pygame-original: mark broken on python>=3.14
This commit is contained in:
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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user