lol

python310Packages.jupyterlab-lsp: unbreak

authored by

OTABI Tomoya and committed by
GitHub
9e5d3151 214c2793

-3
-3
pkgs/development/python-modules/jupyterlab-lsp/default.nix
··· 28 28 license = licenses.bsd3; 29 29 platforms = platforms.all; 30 30 maintainers = with maintainers; [ ]; 31 - # No support for Jupyterlab > 4 32 - # https://github.com/jupyter-lsp/jupyterlab-lsp/pull/949 33 - broken = lib.versionAtLeast jupyterlab.version "4.0"; 34 31 }; 35 32 }