python39Packages.python-language-server: mark broken
This commit is contained in:
parent
b6e1eeb9e4
commit
8af91e5588
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/palantir/python-language-server";
|
||||
description = "An implementation of the Language Server Protocol for Python";
|
||||
license = licenses.mit;
|
||||
# not compatible with jedi 0.18.0
|
||||
broken = true;
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue