Merge pull request #9508 from dfoxfranke/haskell-tar
haskellPackages.tar: disable tests
This commit is contained in:
commit
c95f642260
1 changed files with 1 additions and 0 deletions
|
@ -465,6 +465,7 @@ self: super: {
|
||||||
static-resources = dontCheck super.static-resources;
|
static-resources = dontCheck super.static-resources;
|
||||||
strive = dontCheck super.strive; # fails its own hlint test with tons of warnings
|
strive = dontCheck super.strive; # fails its own hlint test with tons of warnings
|
||||||
svndump = dontCheck super.svndump;
|
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;
|
thumbnail-plus = dontCheck super.thumbnail-plus;
|
||||||
tickle = dontCheck super.tickle;
|
tickle = dontCheck super.tickle;
|
||||||
tpdb = dontCheck super.tpdb;
|
tpdb = dontCheck super.tpdb;
|
||||||
|
|
Loading…
Reference in a new issue