From 33b09c0f0eb068904776a6b339406a608526d4f9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 15 Sep 2017 13:55:23 +0200 Subject: [PATCH] ghc-7.2.2 is broken --- pkgs/development/compilers/ghc/7.2.2.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/compilers/ghc/7.2.2.nix b/pkgs/development/compilers/ghc/7.2.2.nix index 156ff56bd66..a8faa8f63be 100644 --- a/pkgs/development/compilers/ghc/7.2.2.nix +++ b/pkgs/development/compilers/ghc/7.2.2.nix @@ -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 }; }