lektor: fix build
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user