python.pkgs.notebook: fix build

This commit is contained in:
Frederik Rietdijk
2018-07-28 16:43:01 +02:00
parent eb04afe1b5
commit a670a3de5b
@@ -20,6 +20,7 @@
, requests , requests
, send2trash , send2trash
, pexpect , pexpect
, prometheus_client
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@@ -39,6 +40,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
jinja2 tornado ipython_genutils traitlets jupyter_core send2trash jinja2 tornado ipython_genutils traitlets jupyter_core send2trash
jupyter_client nbformat nbconvert ipykernel terminado requests pexpect jupyter_client nbformat nbconvert ipykernel terminado requests pexpect
prometheus_client
]; ];
# disable warning_filters # disable warning_filters