From 419771a5ef129771498e1cf9b2b317102857c518 Mon Sep 17 00:00:00 2001 From: Moritz Sanft <58110325+msanft@users.noreply.github.com> Date: Mon, 15 Apr 2024 17:37:21 +0200 Subject: [PATCH] ghunt: add missing dependencies --- pkgs/by-name/gh/ghunt/package.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;