Unverified Commit d48e081e authored by Stefan Frijters's avatar Stefan Frijters
Browse files

python3Packages.ziafont: add writableTmpDirAsHomeHook

parent 1994ce70
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  setuptools,
  pytestCheckHook,
  nbval,
  writableTmpDirAsHomeHook,
  fetchurl,
}:
buildPythonPackage rec {
@@ -26,6 +27,7 @@ buildPythonPackage rec {

  nativeCheckInputs = [
    pytestCheckHook
    writableTmpDirAsHomeHook
    nbval
  ];