From 17667cd6ac261c936b1d185b3f8292c30d551143 Mon Sep 17 00:00:00 2001 From: Daniel Fox Franke Date: Fri, 28 Aug 2015 22:41:56 -0400 Subject: [PATCH] haskellPackages.tar: disable tests They fail on i686-linux: http://hydra.nixos.org/build/25088435/nixlog/2 --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 5e135a999733..11a806289ed6 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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;