tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.eliot: unbreak, use `addBinToPathHook`
Pol Dellaiera
1 year ago
6a79b58e
b613464a
+2
-13
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
eliot
default.nix
+2
-13
pkgs/development/python-modules/eliot/default.nix
···
15
zope-interface,
16
17
daemontools,
0
18
dask,
19
distributed,
20
hypothesis,
···
38
hash = "sha256-KqAXOMrRawzjpt5do2KdqpMMgpBtxeZ+X+th0WwBl+U=";
39
};
40
41
-
patches = [
42
-
(fetchpatch2 {
43
-
name = "numpy2-compat.patch";
44
-
url = "https://github.com/itamarst/eliot/commit/39eccdad44f91971ecf1211fb01366b4d9801817.patch";
45
-
hash = "sha256-al6olmvFZ8pDblljWmWqs5QrtcuHKcea255XgG+1+1o=";
46
-
})
47
-
];
48
-
49
build-system = [ setuptools ];
50
51
dependencies = [
···
56
];
57
58
nativeCheckInputs = [
0
59
dask
60
distributed
61
hypothesis
···
68
__darwinAllowLocalNetworking = true;
69
70
pythonImportsCheck = [ "eliot" ];
71
-
72
-
# Tests run eliot-prettyprint in out/bin.
73
-
preCheck = ''
74
-
export PATH=$out/bin:$PATH
75
-
'';
76
77
disabledTests = [
78
# Fails since dask's bump to 2024.12.2
···
15
zope-interface,
16
17
daemontools,
18
+
addBinToPathHook,
19
dask,
20
distributed,
21
hypothesis,
···
39
hash = "sha256-KqAXOMrRawzjpt5do2KdqpMMgpBtxeZ+X+th0WwBl+U=";
40
};
41
0
0
0
0
0
0
0
0
42
build-system = [ setuptools ];
43
44
dependencies = [
···
49
];
50
51
nativeCheckInputs = [
52
+
addBinToPathHook
53
dask
54
distributed
55
hypothesis
···
62
__darwinAllowLocalNetworking = true;
63
64
pythonImportsCheck = [ "eliot" ];
0
0
0
0
0
65
66
disabledTests = [
67
# Fails since dask's bump to 2024.12.2