mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
python3.pkgs.pyls-black: mark as broken
This commit is contained in:
parent
7e5769c70c
commit
2d0934775c
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user