summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2021-06-27 12:07:48 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2021-06-27 12:07:48 +0200
commitb96f5abe4db06a57a595974a0b3ee37f5ab7e5f0 (patch)
tree637d8da466946bf570d0042ea2902a31bec72336 /pkgs/development/haskell-modules
parentef6f25e6ff09a81c8ef71385c06a68e2155bb8df (diff)
downloadnixpkgs-b96f5abe4db06a57a595974a0b3ee37f5ab7e5f0.tar
nixpkgs-b96f5abe4db06a57a595974a0b3ee37f5ab7e5f0.tar.gz
nixpkgs-b96f5abe4db06a57a595974a0b3ee37f5ab7e5f0.tar.bz2
nixpkgs-b96f5abe4db06a57a595974a0b3ee37f5ab7e5f0.tar.lz
nixpkgs-b96f5abe4db06a57a595974a0b3ee37f5ab7e5f0.tar.xz
nixpkgs-b96f5abe4db06a57a595974a0b3ee37f5ab7e5f0.tar.zst
nixpkgs-b96f5abe4db06a57a595974a0b3ee37f5ab7e5f0.zip
haskellPackages.matrix-client: dontCheck
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index facd7ab723c..ca19dc8a8c1 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