haskell-mockery: run test suite with "TRAVIS=true" set to avoid timing issues

This commit is contained in:
Peter Simons 2015-08-04 13:15:17 +02:00
parent 552fcd0b75
commit 94e1660d00

View File

@ -900,4 +900,7 @@ self: super: {
# https://ghc.haskell.org/trac/ghc/ticket/9825
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"; });
}