python311Packages.jupyterlab-lsp: mark as broken for Jupyterlab > 4

This commit is contained in:
Fabian Affolter
2023-08-14 09:14:32 +00:00
parent 1c9534752a
commit 145bcb6dbf
@@ -28,5 +28,8 @@ buildPythonPackage rec {
license = licenses.bsd3;
platforms = platforms.all;
maintainers = with maintainers; [ ];
# No support for Jupyterlab > 4
# https://github.com/jupyter-lsp/jupyterlab-lsp/pull/949
broken = lib.versionAtLeast jupyterlab.version "4.0";
};
}