From 43116206bfe4db0ce1e0be238df4cd60fdbe84b3 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Mon, 10 Jun 2024 16:39:12 +0200 Subject: [PATCH] airlift: unbreak --- pkgs/by-name/ai/airlift/package.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ai/airlift/package.nix b/pkgs/by-name/ai/airlift/package.nix index a5bbbb7614d9..3904bfaf36e4 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 = [