python3Packages.ziafont: add writableTmpDirAsHomeHook

This commit is contained in:
Stefan Frijters
2025-03-18 11:39:13 +01:00
parent 1994ce7033
commit d48e081edf
@@ -6,6 +6,7 @@
setuptools,
pytestCheckHook,
nbval,
writableTmpDirAsHomeHook,
fetchurl,
}:
buildPythonPackage rec {
@@ -26,6 +27,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
writableTmpDirAsHomeHook
nbval
];