Skip to content

Commit

Permalink
Add urllib3 to nix package inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Jan 31, 2025
1 parent e253f81 commit b6accae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packaging/nix/unwrapped.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ umu-launcher-unwrapped.overridePythonAttrs (prev: {

propagatedBuildInputs =
(prev.propagatedBuildInputs or [])
++ [
python3Packages.urllib3
]
++ lib.optionals withTruststore [
python3Packages.truststore
]
Expand Down

0 comments on commit b6accae

Please sign in to comment.