Commit f16a0894 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

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

parent 79b9620e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
    ];
  };