From f16a08947c940ccd44bf2b0152fd6ebab3ca3813 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 18 Apr 2025 14:30:46 +0200 Subject: [PATCH] python312Packages.pygame: add link to upstream issue for darwin segfaults https://github.com/pygame/pygame/issues/4486 --- pkgs/development/python-modules/pygame/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/pygame/default.nix b/pkgs/development/python-modules/pygame/default.nix index 238ec93abffc6..f549bffc1d3b1 100644 --- a/pkgs/development/python-modules/pygame/default.nix +++ b/pkgs/development/python-modules/pygame/default.nix @@ -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 ]; };