mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
ghc: version 6.12.3 is broken after updating to gcc 5.x
http://hydra.nixos.org/build/33627548
This commit is contained in:
parent
a26357eefe
commit
070b123d4b
@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with stdenv.lib.maintainers; [ marcweber andres simons ];
|
maintainers = with stdenv.lib.maintainers; [ marcweber andres simons ];
|
||||||
platforms = ["x86_64-linux" "i686-linux"]; # Darwin is unsupported.
|
platforms = ["x86_64-linux" "i686-linux"]; # Darwin is unsupported.
|
||||||
inherit (ghc.meta) license;
|
inherit (ghc.meta) license;
|
||||||
|
broken = true; # broken by gcc 5.x: http://hydra.nixos.org/build/33627548
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user