Skip to content

Commit 64d482f

Browse files
authored
Merge pull request #146584 from jonringer/mark-python-language-server-broken
python3Packages.python-language-server: mark as broken
2 parents 293e6f0 + f4e7856 commit 64d482f

File tree

1 file changed

+4
-0
lines changed
  • pkgs/development/python-modules/python-language-server

1 file changed

+4
-0
lines changed

pkgs/development/python-modules/python-language-server/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ buildPythonPackage rec {
3636
# Reading the changelog I don't expect an API break in pycodestyle and pyflakes
3737
substituteInPlace setup.py \
3838
--replace "pycodestyle>=2.6.0,<2.7.0" "pycodestyle>=2.6.0,<2.8.0" \
39+
--replace "jedi>=0.17.2,<0.18.0" "jedi>=0.17.2,<0.19.0" \
3940
--replace "pyflakes>=2.2.0,<2.3.0" "pyflakes>=2.2.0,<2.4.0"
4041
'';
4142

@@ -85,5 +86,8 @@ buildPythonPackage rec {
8586
description = "An implementation of the Language Server Protocol for Python";
8687
license = licenses.mit;
8788
maintainers = [ ];
89+
# no longer maintained
90+
# see https://github.com/palantir/python-language-server/pull/918#issuecomment-817361554
91+
broken = true;
8892
};
8993
}

0 commit comments

Comments
 (0)