Skip to content

Commit

Permalink
fix awscli2 build with urllib override
Browse files Browse the repository at this point in the history
  • Loading branch information
shidil committed Nov 20, 2023
1 parent 7456361 commit eb8a15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/admin/awscli2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ let
});
urllib3 = prev.urllib3.overridePythonAttrs (prev: {
format = "setuptools";
pyproject = null;
src = prev.src.override {
version = "1.26.18";
hash = "sha256-+OzBu6VmdBNFfFKauVW/jGe0XbeZ0VkGYmFxnjKFgKA=";
Expand Down

0 comments on commit eb8a15e

Please sign in to comment.