python310Packages.nbdime: Mark broken with jupyter-server>2

This commit is contained in:
Martin Weinelt 2023-03-03 18:45:33 +01:00
parent 0bd2440108
commit b7b6f3f991

View File

@ -20,6 +20,7 @@
, tornado
, requests
, gitpython
, jupyter-server
, jupyter-server-mathjax
, notebook
, jinja2
@ -91,5 +92,7 @@ buildPythonPackage rec {
description = "Tools for diffing and merging of Jupyter notebooks.";
license = licenses.bsd3;
maintainers = with maintainers; [ tbenst ];
# https://github.com/jupyter/nbdime/issues/645
broken = lib.versionAtLeast jupyter-server.version "2";
};
}