ghcjs: mark broken

The build has been failing for quite some time.
This commit is contained in:
Peter Simons 2015-06-16 12:32:21 +02:00
parent 90c3d380d1
commit fbe153989c

View File

@ -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.*"
})