Skip to content

Commit

Permalink
cmake-language-server: relax pygls version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Nov 30, 2022
1 parent 1d96cb7 commit e0ed66a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/tools/misc/cmake-language-server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
, buildPythonApplication
, fetchFromGitHub
, poetry-core
, pythonRelaxDepsHook
, cmake-format
, pygls
, cmake
Expand All @@ -26,8 +27,13 @@ buildPythonApplication rec {
./disable-test-timeouts.patch
];

pythonRelaxDeps = [
"pygls"
];

nativeBuildInputs = [
poetry-core
pythonRelaxDepsHook
];

propagatedBuildInputs = [
Expand Down

0 comments on commit e0ed66a

Please sign in to comment.