python3Packages.nbdime: fix build, add missing dependency

conduit-nginx
Jonathan Ringer 2021-10-20 17:13:01 -07:00 committed by Jonathan Ringer
parent de0f40c837
commit 2fa6e756ed
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
, tornado , tornado
, requests , requests
, GitPython , GitPython
, jupyter-server-mathjax
, notebook , notebook
, jinja2 , jinja2
}: }:
@ -59,6 +60,7 @@ buildPythonPackage rec {
py py
setuptools setuptools
six six
jupyter-server-mathjax
nbformat nbformat
colorama colorama
pygments pygments