mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Merge pull request #249082 from fabaff/jupyterlab-lsp-broken
python311Packages.jupyterlab-lsp: mark as broken for Jupyterlab > 4
This commit is contained in:
commit
f88716f266
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user