about summary refs log tree commit diff
path: root/pkgs/tools/security/gallia/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/gallia/default.nix')
-rw-r--r--pkgs/tools/security/gallia/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/tools/security/gallia/default.nix b/pkgs/tools/security/gallia/default.nix
index f19bd817d1d4..8279227f3d28 100644
--- a/pkgs/tools/security/gallia/default.nix
+++ b/pkgs/tools/security/gallia/default.nix
@@ -18,6 +18,11 @@ python3.pkgs.buildPythonApplication rec {
 
   nativeBuildInputs = with python3.pkgs; [
     poetry-core
+    pythonRelaxDepsHook
+  ];
+
+  pythonRelaxDeps = [
+    "httpx"
   ];
 
   propagatedBuildInputs = with python3.pkgs; [