From e17fa76bdb3740e32440046216626a3a3746b048 Mon Sep 17 00:00:00 2001 From: Lily Foster Date: Tue, 9 Aug 2022 10:31:00 -0400 Subject: [PATCH] nix-bisect: add patch from upstream to fix crashes --- pkgs/development/tools/misc/nix-bisect/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/tools/misc/nix-bisect/default.nix b/pkgs/development/tools/misc/nix-bisect/default.nix index 23efce44cff8..a4c3179e8e58 100644 --- a/pkgs/development/tools/misc/nix-bisect/default.nix +++ b/pkgs/development/tools/misc/nix-bisect/default.nix @@ -25,6 +25,11 @@ python3.pkgs.buildPythonApplication { url = "https://github.com/timokau/nix-bisect/commit/01eefe174b740cb90e48b06d67d5582d51786b96.patch"; hash = "sha256-Gls/NtHH7LujdEgLbcIRZ12KsJDrasXIMcHeeBVns4A="; }) + (fetchpatch { + # Fixes TypeError crashes associated with drvs_failed inconsistency + url = "https://github.com/timokau/nix-bisect/commit/9f3a17783046baae64c16f9e2be917c2603977fc.patch"; + hash = "sha256-U9NUtgwslcgIf/wvH/WE7t0HGs2OP3wvYDKrb5j+lp0="; + }) ]; propagatedBuildInputs = with python3.pkgs; [