Loading pkgs/development/python-modules/pygame/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/pygame/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading