We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df8655 commit f4e7856Copy full SHA for f4e7856
1 file changed
pkgs/development/python-modules/python-language-server/default.nix
@@ -36,6 +36,7 @@ buildPythonPackage rec {
36
# Reading the changelog I don't expect an API break in pycodestyle and pyflakes
37
substituteInPlace setup.py \
38
--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" \
40
--replace "pyflakes>=2.2.0,<2.3.0" "pyflakes>=2.2.0,<2.4.0"
41
'';
42
@@ -85,5 +86,8 @@ buildPythonPackage rec {
85
86
description = "An implementation of the Language Server Protocol for Python";
87
license = licenses.mit;
88
maintainers = [ ];
89
+ # no longer maintained
90
+ # see https://github.com/palantir/python-language-server/pull/918#issuecomment-817361554
91
+ broken = true;
92
};
93
}
0 commit comments