diff --git a/pkgs/development/python-modules/pygame-ce/default.nix b/pkgs/development/python-modules/pygame-ce/default.nix index 19c422109768..c4af9f668e72 100644 --- a/pkgs/development/python-modules/pygame-ce/default.nix +++ b/pkgs/development/python-modules/pygame-ce/default.nix @@ -65,7 +65,9 @@ buildPythonPackage rec { postPatch = '' + # cython was pinned to fix windows build hangs (pygame-community/pygame-ce/pull/3015) substituteInPlace pyproject.toml \ + --replace-fail '"cython<=3.0.10",' '"cython",' \ --replace-fail '"meson<=1.5.0",' '"meson",' \ --replace-fail '"sphinx<=7.2.6",' "" \ --replace-fail '"ninja<=1.11.1.1",' ""