From 1ec9144cad4d2433799bffd325448748ddb57519 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 11 Jan 2016 12:06:03 +0100 Subject: [PATCH] ghcjs: mark broken Citing from http://hydra.cryp.to/build/1533084/log/raw: Configuring ghcjs-0.2.0... Setup: At least the following dependencies are missing: aeson >=0.7 && <0.10, haskell-src-exts ==1.16.*, optparse-applicative ==0.11.*, syb >=0.4 && <0.6 This issue has been present for a while now, and it's only gotten worse. --- pkgs/development/compilers/ghcjs/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/compilers/ghcjs/default.nix b/pkgs/development/compilers/ghcjs/default.nix index 5ddfdc41917..1dee12ca12c 100644 --- a/pkgs/development/compilers/ghcjs/default.nix +++ b/pkgs/development/compilers/ghcjs/default.nix @@ -119,4 +119,5 @@ mkDerivation (rec { license = stdenv.lib.licenses.bsd3; platforms = ghc.meta.platforms; maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan ]; + broken = true; # depends on outdated versions of its Haskell build inputs })