From 070b123d4b0b15801861e2e37c554190bc61d48b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 30 Mar 2016 10:57:22 +0200 Subject: [PATCH] ghc: version 6.12.3 is broken after updating to gcc 5.x http://hydra.nixos.org/build/33627548 --- pkgs/development/compilers/ghc/6.12.3.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/compilers/ghc/6.12.3.nix b/pkgs/development/compilers/ghc/6.12.3.nix index f6beaf3a006..e480a6f837c 100644 --- a/pkgs/development/compilers/ghc/6.12.3.nix +++ b/pkgs/development/compilers/ghc/6.12.3.nix @@ -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 }; }