mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 14:14:20 +00:00
python312Packages.pygame-ce: unpin cython, unbreak
This commit is contained in:
parent
d0b6a0071f
commit
09010059db
@ -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",' ""
|
||||
|
Loading…
Reference in New Issue
Block a user