Commit a36d7378 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

python312Packages.amaranth: unbreak by relaxing upper build system version constraint

parent 91790fcc
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -31,6 +31,13 @@ buildPythonPackage rec {
    hash = "sha256-lPQw7fAVM7URdyC/9c/UIYsRxVXrLjvHODvhYBdlkkg=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail \
        "pdm-backend~=2.3.0" \
        "pdm-backend>=2.3.0"
  '';

  nativeBuildInputs = [ git ];
  build-system = [ pdm-backend ];