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.
This commit is contained in:
Peter Simons 2016-01-11 12:06:03 +01:00
parent 7b0613d51e
commit 1ec9144cad
1 changed files with 1 additions and 0 deletions

View File

@ -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
})