mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
python312Packages.cx-freeze: unbreak (#354460)
This commit is contained in:
commit
6b1e130f38
@ -29,8 +29,7 @@ buildPythonPackage rec {
|
||||
sed -i /patchelf/d pyproject.toml
|
||||
# Build system requirements
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail "setuptools>=65.6.3,<71" "setuptools" \
|
||||
--replace-fail "wheel>=0.42.0,<=0.43.0" "wheel"
|
||||
--replace-fail "setuptools>=70.1,<75" "setuptools"
|
||||
'';
|
||||
|
||||
build-system = [
|
||||
|
Loading…
Reference in New Issue
Block a user