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:
parent
7b0613d51e
commit
1ec9144cad
|
@ -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
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue