From fbe153989ccd8ba4955e16bd44e2ffcc9a9710cc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 16 Jun 2015 12:32:21 +0200 Subject: [PATCH] ghcjs: mark broken The build has been failing for quite some time. --- 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 696415f4562..06588ec949b 100644 --- a/pkgs/development/compilers/ghcjs/default.nix +++ b/pkgs/development/compilers/ghcjs/default.nix @@ -127,4 +127,5 @@ in mkDerivation (rec { license = stdenv.lib.licenses.bsd3; platforms = ghc.meta.platforms; maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan ]; + broken = true; # configure fails: "aeson >=0.7 && <0.9, syb ==0.4.*, text-binary ==0.1.*" })