lol

python3Packages.ziafont: add writableTmpDirAsHomeHook

+2
+2
pkgs/development/python-modules/ziafont/default.nix
··· 6 setuptools, 7 pytestCheckHook, 8 nbval, 9 fetchurl, 10 }: 11 buildPythonPackage rec { ··· 26 27 nativeCheckInputs = [ 28 pytestCheckHook 29 nbval 30 ]; 31
··· 6 setuptools, 7 pytestCheckHook, 8 nbval, 9 + writableTmpDirAsHomeHook, 10 fetchurl, 11 }: 12 buildPythonPackage rec { ··· 27 28 nativeCheckInputs = [ 29 pytestCheckHook 30 + writableTmpDirAsHomeHook 31 nbval 32 ]; 33