From 2b3077c0272e84b94e85093e5ae41e730aa6c8fc Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Fri, 9 Apr 2021 16:27:11 +0200 Subject: [PATCH] haskellPackages.update-nix-fetchgit: dontCheck --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 958d1670adbc..4a023e15979d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1396,6 +1396,10 @@ self: super: { pkgs.lib.makeBinPath deps }" ''; + + # 2021-04-09: test failure + # PR pending https://github.com/expipiplus1/update-nix-fetchgit/pull/60 + doCheck = false; })); # Our quickcheck-instances is too old for the newer binary-instances, but