python3Packages.mkdocs-jupyter: fix build

This commit is contained in:
Sarah Clark
2026-02-23 20:30:47 -08:00
parent cd573cf606
commit 76cd20f571
@@ -11,6 +11,7 @@
pygments,
pytestCheckHook,
pytest-cov-stub,
writableTmpDirAsHomeHook,
}:
buildPythonPackage rec {
@@ -24,10 +25,17 @@ buildPythonPackage rec {
hash = "sha256-DpJy/0lH4OxoPJJCOkv7QqJkd8EDqxpquCd+LcyPev4=";
};
pythonRelaxDeps = [ "nbconvert" ];
pythonRelaxDeps = [
"ipykernel"
"nbconvert"
];
build-system = [ hatchling ];
nativeBuildInputs = [
writableTmpDirAsHomeHook
];
dependencies = [
ipykernel
jupytext