Skip to content

Commit

Permalink
mailutils: disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jun 4, 2014
1 parent bc53b9e commit 638132b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/tools/networking/mailutils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ stdenv.mkDerivation rec {
gnutls mysql guile texinfo gnum4 ]
++ stdenv.lib.optional doCheck dejagnu;

doCheck = true;
# Tests fail since gcc 4.8
doCheck = false;

meta = {
description = "GNU Mailutils is a rich and powerful protocol-independent mail framework";
Expand Down Expand Up @@ -51,8 +52,5 @@ stdenv.mkDerivation rec {

# Some of the dependencies fail to build on {cyg,dar}win.
platforms = stdenv.lib.platforms.gnu;

# Tests fail since gcc 4.8
broken = true;
};
}

0 comments on commit 638132b

Please sign in to comment.