mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
haskell-mockery: disable the failing test suite altogether
This commit is contained in:
parent
f49da34d82
commit
7151c0be17
@ -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 New Issue
Block a user