Unverified Commit 06c66850 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python312Packages.pygame: add link to upstream issue for darwin segfaults (#399729)

parents 3ec50110 f16a0894
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
    ];
  };