mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-mockery: disable the failing test suite altogether
This commit is contained in:
parent
f49da34d82
commit
7151c0be17
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue