mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 10:04:08 +00:00
python310Packages.jupyterlab-lsp: unbreak
This commit is contained in:
parent
214c2793b6
commit
9e5d3151a9
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user