mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 18:28:30 +00:00
python3Packages.jupyter-sphinx: fix build
This commit is contained in:
parent
2c95c2bf21
commit
df591a1268
@ -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 New Issue
Block a user