From fb5369dbe9697ee191cdf099cd9cc737a2d48f15 Mon Sep 17 00:00:00 2001 From: Rickard Nilsson Date: Wed, 8 Mar 2017 17:18:18 +0100 Subject: [PATCH] haskellPackages.streaming-eversion: dontCheck --- pkgs/development/haskell-modules/configuration-common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6163e177a898..f37d8b4c9c7f 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -875,4 +875,6 @@ self: super: { # https://github.com/cartazio/arithmoi/issues/49 arithmoi = overrideCabal super.arithmoi (drv: { doCheck = !pkgs.stdenv.isi686; }); + # https://github.com/danidiaz/streaming-eversion/issues/1 + streaming-eversion = dontCheck super.streaming-eversion; }