nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

+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"; 31 34 }; 32 35 }