python312Packages.pygame: add link to upstream issue for darwin segfaults
https://github.com/pygame/pygame/issues/4486
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user