ghcjs: mark as unbroken on i686

This commit is contained in:
Charles Strahan 2015-04-14 20:00:37 -04:00
parent 290c72753a
commit c17aa58fa9

@ -125,6 +125,5 @@ in mkDerivation (rec {
description = "GHCJS is a Haskell to JavaScript compiler that uses the GHC API";
license = stdenv.lib.licenses.bsd3;
platforms = ghc.meta.platforms;
broken = stdenv.isi686;
maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan ];
})