ghc: version 6.12.3 is broken after updating to gcc 5.x

http://hydra.nixos.org/build/33627548
This commit is contained in:
Peter Simons 2016-03-30 10:57:22 +02:00
parent a26357eefe
commit 070b123d4b

View File

@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
maintainers = with stdenv.lib.maintainers; [ marcweber andres simons ];
platforms = ["x86_64-linux" "i686-linux"]; # Darwin is unsupported.
inherit (ghc.meta) license;
broken = true; # broken by gcc 5.x: http://hydra.nixos.org/build/33627548
};
}