lektor: fix build

This commit is contained in:
ocfox 2024-02-10 23:07:22 +08:00
parent c65ffe3f17
commit 1fd3f0542e
No known key found for this signature in database

View file

@ -20,7 +20,8 @@ let
});
};
};
in python.pkgs.buildPythonApplication rec {
in
python.pkgs.buildPythonApplication rec {
pname = "lektor";
version = "3.4.0b8";
format = "pyproject";
@ -70,6 +71,11 @@ in python.pkgs.buildPythonApplication rec {
pytest-click
pytest-mock
pytestCheckHook
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"werkzeug"
];
postInstall = ''