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
  • Loading branch information
pbsds committed Oct 31, 2024
1 parent 91790fc commit a36d737
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 a36d737

Please sign in to comment.