Skip to content

Commit 5f322ab

Browse files
committed
python312Packages.kivy: fix build
1 parent 02cbb4c commit 5f322ab

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)