cmake-language-server: relax pygls version constraint

This commit is contained in:
Robert Schütz 2022-11-28 21:22:09 -08:00 committed by Robert Schütz
parent 1d96cb7166
commit e0ed66ab21

View file

@ -2,6 +2,7 @@
, buildPythonApplication
, fetchFromGitHub
, poetry-core
, pythonRelaxDepsHook
, cmake-format
, pygls
, cmake
@ -26,8 +27,13 @@ buildPythonApplication rec {
./disable-test-timeouts.patch
];
pythonRelaxDeps = [
"pygls"
];
nativeBuildInputs = [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = [