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:
parent
2aba37aaf0
commit
5b86bfc58d
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue