Loading pkgs/development/python-modules/mkdocs-jupyter/default.nix +9 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ pygments, pytestCheckHook, pytest-cov-stub, writableTmpDirAsHomeHook, }: buildPythonPackage rec { Loading @@ -24,10 +25,17 @@ buildPythonPackage rec { hash = "sha256-DpJy/0lH4OxoPJJCOkv7QqJkd8EDqxpquCd+LcyPev4="; }; pythonRelaxDeps = [ "nbconvert" ]; pythonRelaxDeps = [ "ipykernel" "nbconvert" ]; build-system = [ hatchling ]; nativeBuildInputs = [ writableTmpDirAsHomeHook ]; dependencies = [ ipykernel jupytext Loading Loading
pkgs/development/python-modules/mkdocs-jupyter/default.nix +9 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ pygments, pytestCheckHook, pytest-cov-stub, writableTmpDirAsHomeHook, }: buildPythonPackage rec { Loading @@ -24,10 +25,17 @@ buildPythonPackage rec { hash = "sha256-DpJy/0lH4OxoPJJCOkv7QqJkd8EDqxpquCd+LcyPev4="; }; pythonRelaxDeps = [ "nbconvert" ]; pythonRelaxDeps = [ "ipykernel" "nbconvert" ]; build-system = [ hatchling ]; nativeBuildInputs = [ writableTmpDirAsHomeHook ]; dependencies = [ ipykernel jupytext Loading