Skip to content

Commit 995d7da

Browse files
authored
python312Packages.kivy: fix build (#392670)
2 parents 75af6a0 + 5f322ab commit 995d7da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/development/python-modules/kivy/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ buildPythonPackage rec {
9090
''
9191
substituteInPlace pyproject.toml \
9292
--replace-fail "setuptools~=69.2.0" "setuptools" \
93-
--replace-fail "wheel~=0.44.0" "wheel"
93+
--replace-fail "wheel~=0.44.0" "wheel" \
94+
--replace-fail "cython>=0.29.1,<=3.0.11" "cython"
9495
''
9596
+ lib.optionalString stdenv.hostPlatform.isLinux ''
9697
substituteInPlace kivy/lib/mtdev.py \

0 commit comments

Comments
 (0)