Merge pull request #249082 from fabaff/jupyterlab-lsp-broken

python311Packages.jupyterlab-lsp: mark as broken for Jupyterlab > 4
This commit is contained in:
OTABI Tomoya 2023-08-14 23:14:59 +09:00 committed by GitHub
commit f88716f266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";
};
}