We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cbb4c commit 5f322abCopy full SHA for 5f322ab
pkgs/development/python-modules/kivy/default.nix
@@ -90,7 +90,8 @@ buildPythonPackage rec {
90
''
91
substituteInPlace pyproject.toml \
92
--replace-fail "setuptools~=69.2.0" "setuptools" \
93
- --replace-fail "wheel~=0.44.0" "wheel"
+ --replace-fail "wheel~=0.44.0" "wheel" \
94
+ --replace-fail "cython>=0.29.1,<=3.0.11" "cython"
95
96
+ lib.optionalString stdenv.hostPlatform.isLinux ''
97
substituteInPlace kivy/lib/mtdev.py \
0 commit comments