1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

python3Packages.nbdime: fix build, add missing dependency

This commit is contained in:
Jonathan Ringer 2021-10-20 17:13:01 -07:00 committed by Jonathan Ringer
parent de0f40c837
commit 2fa6e756ed

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