3
0
Fork 0
forked from mirrors/nixpkgs

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

http://hydra.nixos.org/build/33627548
(cherry picked from commit 070b123d4b)
This commit is contained in:
Peter Simons 2016-03-30 10:57:22 +02:00
parent 2aba37aaf0
commit 5b86bfc58d

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
};
}