Commit 76cd20f5 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.mkdocs-jupyter: fix build

parent cd573cf6
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -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