python3Packages.jupyter-sphinx: fix build
This commit is contained in:
parent
2c95c2bf21
commit
df591a1268
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
, sphinx
|
||||
, ipywidgets
|
||||
, pythonOlder
|
||||
, nbconvert
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -17,7 +18,7 @@ buildPythonPackage rec {
|
|||
sha256 = "37fc9408385c45326ac79ca0452fbd7ae2bf0e97842d626d2844d4830e30aaf2";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ nbformat sphinx ipywidgets ];
|
||||
propagatedBuildInputs = [ nbconvert nbformat sphinx ipywidgets ];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue