python310Packages.jupyterlab-lsp: unbreak

This commit is contained in:
OTABI Tomoya 2023-10-18 15:25:01 +09:00 committed by GitHub
parent 214c2793b6
commit 9e5d3151a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,8 +28,5 @@ 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";
};
}