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
1 changed files with 3 additions and 0 deletions
|
@ -28,5 +28,8 @@ buildPythonPackage rec {
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ ];
|
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 a new issue