From 7151c0be17bfd8babb9db49ece63016c926e7830 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 8 Aug 2015 01:21:55 +0200 Subject: [PATCH] haskell-mockery: disable the failing test suite altogether --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7a972ee1f21..c9b976448d8 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -878,7 +878,7 @@ self: super: { vimus = overrideCabal super.vimus (drv: { broken = pkgs.stdenv.isLinux && pkgs.stdenv.isi686; }); # https://github.com/hspec/mockery/issues/6 - mockery = overrideCabal super.mockery (drv: { preCheck = "export TRAVIS=true"; }); + mockery = dontCheck (overrideCabal super.mockery (drv: { preCheck = "export TRAVIS=true"; })); # https://github.com/diagrams/diagrams-lib/issues/258 # https://github.com/diagrams/diagrams-lib/issues/259