mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
cmake-language-server: relax pygls version constraint
This commit is contained in:
parent
1d96cb7166
commit
e0ed66ab21
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user