Skip to content

Commit

Permalink
xeddsa: relax deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored and fricklerhandwerk committed Nov 11, 2024
1 parent df8607b commit 3085f41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/by-name/xeddsa/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ python3Packages.buildPythonPackage rec {
hash = "sha256-636zsJXD8EtLDXMIkJTON0g3sg0EPrMzcfR7SUrURac=";
};

postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "setuptools<74" "setuptools"
'';

nativeBuildInputs = with python3Packages; [setuptools];

buildInputs = [
Expand Down

0 comments on commit 3085f41

Please sign in to comment.