Skip to content

Commit

Permalink
python312Packages.amaranth: unbreak by relaxing upper build system ve…
Browse files Browse the repository at this point in the history
…rsion constraint (#352650)
  • Loading branch information
tjni authored Nov 1, 2024
2 parents 3e96de0 + a36d737 commit 4376f02
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/amaranth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];

Expand Down

0 comments on commit 4376f02

Please sign in to comment.