Commit 7b094e2b authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

python312Packages.cx-freeze: unbreak

parent 6011527f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 = [