haskellPackages.tar: disable tests

They fail on i686-linux: http://hydra.nixos.org/build/25088435/nixlog/2
This commit is contained in:
Daniel Fox Franke 2015-08-28 22:41:56 -04:00
parent d2dce19793
commit 17667cd6ac

View File

@ -465,6 +465,7 @@ self: super: {
static-resources = dontCheck super.static-resources;
strive = dontCheck super.strive; # fails its own hlint test with tons of warnings
svndump = dontCheck super.svndump;
tar = dontCheck super.tar; #http://hydra.nixos.org/build/25088435/nixlog/2 (fails only on 32-bit)
thumbnail-plus = dontCheck super.thumbnail-plus;
tickle = dontCheck super.tickle;
tpdb = dontCheck super.tpdb;