airlift: unbreak

This commit is contained in:
Peder Bergebakken Sundt 2024-06-10 16:39:12 +02:00
parent ba5aa8deb9
commit 43116206bf

View File

@ -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 = [