tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nix-bisect: add patch from upstream to fix crashes
Lily Foster
3 years ago
e17fa76b
0bb630d2
+5
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
misc
nix-bisect
default.nix
+5
pkgs/development/tools/misc/nix-bisect/default.nix
···
25
25
url = "https://github.com/timokau/nix-bisect/commit/01eefe174b740cb90e48b06d67d5582d51786b96.patch";
26
26
hash = "sha256-Gls/NtHH7LujdEgLbcIRZ12KsJDrasXIMcHeeBVns4A=";
27
27
})
28
28
+
(fetchpatch {
29
29
+
# Fixes TypeError crashes associated with drvs_failed inconsistency
30
30
+
url = "https://github.com/timokau/nix-bisect/commit/9f3a17783046baae64c16f9e2be917c2603977fc.patch";
31
31
+
hash = "sha256-U9NUtgwslcgIf/wvH/WE7t0HGs2OP3wvYDKrb5j+lp0=";
32
32
+
})
28
33
];
29
34
30
35
propagatedBuildInputs = with python3.pkgs; [