python39Packages.python-language-server: mark broken

This commit is contained in:
Sandro Jäckel 2021-11-18 14:14:10 +01:00
parent b6e1eeb9e4
commit 8af91e5588
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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 = [ ];
};
}