mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
mailutils: disable tests
This commit is contained in:
parent
bc53b9ec4c
commit
638132b64c
1 changed files with 2 additions and 4 deletions
|
@ -18,7 +18,8 @@ stdenv.mkDerivation rec {
|
||||||
gnutls mysql guile texinfo gnum4 ]
|
gnutls mysql guile texinfo gnum4 ]
|
||||||
++ stdenv.lib.optional doCheck dejagnu;
|
++ stdenv.lib.optional doCheck dejagnu;
|
||||||
|
|
||||||
doCheck = true;
|
# Tests fail since gcc 4.8
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "GNU Mailutils is a rich and powerful protocol-independent mail framework";
|
description = "GNU Mailutils is a rich and powerful protocol-independent mail framework";
|
||||||
|
@ -51,8 +52,5 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
# Some of the dependencies fail to build on {cyg,dar}win.
|
# Some of the dependencies fail to build on {cyg,dar}win.
|
||||||
platforms = stdenv.lib.platforms.gnu;
|
platforms = stdenv.lib.platforms.gnu;
|
||||||
|
|
||||||
# Tests fail since gcc 4.8
|
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue