Unverified Commit 49cf256e authored by Stefan Frijters's avatar Stefan Frijters
Browse files

python3Packages.ziamath: add writableTmpDirAsHomeHook

parent 94fc75b8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
  pytestCheckHook,
  nbval,
  latex2mathml,
  writableTmpDirAsHomeHook,
  fetchurl,
}:
buildPythonPackage rec {
@@ -32,6 +33,7 @@ buildPythonPackage rec {
    pytestCheckHook
    nbval
    latex2mathml
    writableTmpDirAsHomeHook
  ];

  preCheck =