From b96f5abe4db06a57a595974a0b3ee37f5ab7e5f0 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sun, 27 Jun 2021 12:07:48 +0200 Subject: [PATCH] haskellPackages.matrix-client: 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 facd7ab723c7..ca19dc8a8c14 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1932,4 +1932,8 @@ EOT # https://github.com/dagit/zenc/issues/5 zenc = doJailbreak super.zenc; + # Indeterministic tests + # Fixed on upstream: https://github.com/softwarefactory-project/matrix-client-haskell/commit/4ca4963cfd06379d9bdce49742af854aed6a0d37 + matrix-client = dontCheck super.matrix-client; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super