tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.ziafont: add writableTmpDirAsHomeHook
Stefan Frijters
1 year ago
d48e081e
1994ce70
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
ziafont
default.nix
+2
pkgs/development/python-modules/ziafont/default.nix
···
6
setuptools,
7
pytestCheckHook,
8
nbval,
0
9
fetchurl,
10
}:
11
buildPythonPackage rec {
···
26
27
nativeCheckInputs = [
28
pytestCheckHook
0
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