mailutils is broken.

#887
This commit is contained in:
Shea Levy 2014-04-05 15:55:16 -04:00
parent ad4965f54c
commit 9d544e633a

View File

@ -51,5 +51,8 @@ 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;
};
}