Merge pull request #9508 from dfoxfranke/haskell-tar

haskellPackages.tar: disable tests
This commit is contained in:
Peter Simons 2015-08-29 16:09:21 +02:00
commit c95f642260

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;