about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-09-15 13:55:23 +0200
committerPeter Simons <simons@cryp.to>2017-09-15 13:55:23 +0200
commit33b09c0f0eb068904776a6b339406a608526d4f9 (patch)
treecf33fe6074d03af630bb37956417d7383042f96b /pkgs
parent0783efb41cd4db584102b331bff561e8e7274268 (diff)
downloadnixlib-33b09c0f0eb068904776a6b339406a608526d4f9.tar
nixlib-33b09c0f0eb068904776a6b339406a608526d4f9.tar.gz
nixlib-33b09c0f0eb068904776a6b339406a608526d4f9.tar.bz2
nixlib-33b09c0f0eb068904776a6b339406a608526d4f9.tar.lz
nixlib-33b09c0f0eb068904776a6b339406a608526d4f9.tar.xz
nixlib-33b09c0f0eb068904776a6b339406a608526d4f9.tar.zst
nixlib-33b09c0f0eb068904776a6b339406a608526d4f9.zip
ghc-7.2.2 is broken
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/ghc/7.2.2.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/ghc/7.2.2.nix b/pkgs/development/compilers/ghc/7.2.2.nix
index 156ff56bd663..a8faa8f63be1 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
   };
 
 }