python312Packages.pygame: add link to upstream issue for darwin segfaults

https://github.com/pygame/pygame/issues/4486
This commit is contained in:
Gaetan Lepage
2025-04-18 14:30:49 +02:00
parent 79b9620e82
commit f16a08947c
@@ -124,6 +124,7 @@ buildPythonPackage rec {
platforms = lib.platforms.unix;
badPlatforms = [
# Several tests segfault
# https://github.com/pygame/pygame/issues/4486
lib.systems.inspect.patterns.isDarwin
];
};