summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-06-20 09:20:40 +0200
committerPeter Simons <simons@cryp.to>2018-06-22 17:50:11 +0200
commite0d34cfecaf5252d20428d66d171e05936a24337 (patch)
tree7a246a7d31555434b68525baf8d94a57a5c18ec9 /pkgs/development/haskell-modules/configuration-common.nix
parentd94d27c2ddc0cafb9734b638710b8c3b0639380f (diff)
downloadnixpkgs-e0d34cfecaf5252d20428d66d171e05936a24337.tar
nixpkgs-e0d34cfecaf5252d20428d66d171e05936a24337.tar.gz
nixpkgs-e0d34cfecaf5252d20428d66d171e05936a24337.tar.bz2
nixpkgs-e0d34cfecaf5252d20428d66d171e05936a24337.tar.lz
nixpkgs-e0d34cfecaf5252d20428d66d171e05936a24337.tar.xz
nixpkgs-e0d34cfecaf5252d20428d66d171e05936a24337.tar.zst
nixpkgs-e0d34cfecaf5252d20428d66d171e05936a24337.zip
haskell-streaming-commons: disable randomly failing test suite
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-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 69d98f761bd..0fd1a03f316 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1053,6 +1053,10 @@ self: super: {
 
   # dhall-json requires a very particular dhall version
   dhall-json_1_2_0 = super.dhall-json_1_2_0.override { dhall = self.dhall_1_14_0; };
+
+  # https://github.com/fpco/streaming-commons/issues/49
+  streaming-commons = dontCheck super.streaming-commons;
+
 }
 
 //