python39Packages.python-language-server: mark broken

This commit is contained in:
Sandro Jäckel
2021-11-18 14:16:53 +01:00
parent b6e1eeb9e4
commit 8af91e5588
@@ -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 = [ ];
};
}