about summary refs log tree commit diff
path: root/pkgs/by-name/ai
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-06-10 16:39:12 +0200
committerPeder Bergebakken Sundt <pbsds@hotmail.com>2024-06-10 16:39:12 +0200
commit43116206bfe4db0ce1e0be238df4cd60fdbe84b3 (patch)
tree3b32c263cf9be004fdca4269e5eb2bddaff254d2 /pkgs/by-name/ai
parentba5aa8deb9ee941c23caad67501f22aec9198697 (diff)
airlift: unbreak
Diffstat (limited to 'pkgs/by-name/ai')
-rw-r--r--pkgs/by-name/ai/airlift/package.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgs/by-name/ai/airlift/package.nix b/pkgs/by-name/ai/airlift/package.nix
index a5bbbb7614d95..3904bfaf36e4a 100644
--- a/pkgs/by-name/ai/airlift/package.nix
+++ b/pkgs/by-name/ai/airlift/package.nix
@@ -21,8 +21,13 @@ python3.pkgs.buildPythonApplication rec {
     sed -i '/argparse/d' pyproject.toml
   '';
 
-   nativeBuildInputs = [
+  pythonRelaxDeps = [
+    "hiyapyco"
+  ];
+
+  nativeBuildInputs = [
     python3.pkgs.poetry-core
+    python3.pkgs.pythonRelaxDepsHook
   ];
 
   buildInputs = [