python3.pkgs.pyls-black: mark as broken

This commit is contained in:
Jörg Thalheim 2020-06-16 16:19:19 +01:00
parent 7e5769c70c
commit 2d0934775c
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -27,6 +27,9 @@ buildPythonPackage rec {
homepage = "https://github.com/rupert/pyls-black";
description = "Black plugin for the Python Language Server";
license = licenses.mit;
# Not compatible with 0.33.1
# https://github.com/rupert/pyls-black/issues/24
broken = true; # since 2020-06-16
maintainers = [ maintainers.mic92 ];
};
}