diff --git a/pkgs/development/compilers/ghcjs/default.nix b/pkgs/development/compilers/ghcjs/default.nix index 3b898713bcb..e9f03642589 100644 --- a/pkgs/development/compilers/ghcjs/default.nix +++ b/pkgs/development/compilers/ghcjs/default.nix @@ -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 ]; })