mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 08:33:54 +00:00
python310Packages.nbdime: Mark broken with jupyter-server>2
This commit is contained in:
parent
0bd2440108
commit
b7b6f3f991
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user