summaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/gh/ghunt/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/gh/ghunt/package.nix')
-rw-r--r--pkgs/by-name/gh/ghunt/package.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/by-name/gh/ghunt/package.nix b/pkgs/by-name/gh/ghunt/package.nix
index 337104efa42b..8f26785bda8f 100644
--- a/pkgs/by-name/gh/ghunt/package.nix
+++ b/pkgs/by-name/gh/ghunt/package.nix
@@ -38,7 +38,8 @@ python3.pkgs.buildPythonApplication rec {
python-dateutil
rich
trio
- ];
+ packaging
+ ] ++ httpx.optional-dependencies.http2;
# Project has no tests
doCheck = false;