ghc-7.2.2 is broken

(cherry picked from commit 33b09c0f0e)
This commit is contained in:
Peter Simons
2017-09-15 13:55:23 +02:00
parent 38883f8ddc
commit 2f90efacab

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