mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python312Packages.kivy: fix build
This commit is contained in:
parent
02cbb4cc2e
commit
5f322ab4f5
1 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,8 @@ buildPythonPackage rec {
|
|||
''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail "setuptools~=69.2.0" "setuptools" \
|
||||
--replace-fail "wheel~=0.44.0" "wheel"
|
||||
--replace-fail "wheel~=0.44.0" "wheel" \
|
||||
--replace-fail "cython>=0.29.1,<=3.0.11" "cython"
|
||||
''
|
||||
+ lib.optionalString stdenv.hostPlatform.isLinux ''
|
||||
substituteInPlace kivy/lib/mtdev.py \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue