python.pkgs.notebook: fix build
This commit is contained in:
parent
eb04afe1b5
commit
a670a3de5b
@ -20,6 +20,7 @@
|
||||
, requests
|
||||
, send2trash
|
||||
, pexpect
|
||||
, prometheus_client
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -39,6 +40,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
jinja2 tornado ipython_genutils traitlets jupyter_core send2trash
|
||||
jupyter_client nbformat nbconvert ipykernel terminado requests pexpect
|
||||
prometheus_client
|
||||
];
|
||||
|
||||
# disable warning_filters
|
||||
|
Loading…
Reference in New Issue
Block a user