Unverified Commit 22562e9a authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #185796 from lilyinstarlight/fix/nix-bisect-typeerror

parents df97c172 e17fa76b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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; [