1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ghc-7.2.2 is broken

This commit is contained in:
Peter Simons 2017-09-15 13:55:23 +02:00
parent 0783efb41c
commit 33b09c0f0e

View file

@ -61,6 +61,7 @@ stdenv.mkDerivation rec {
];
platforms = ["x86_64-linux" "i686-linux"]; # Darwin is unsupported.
inherit (ghc.meta) license;
broken = true; # https://hydra.nixos.org/build/60616815
};
}