ghcjs: mark as unbroken on i686
This commit is contained in:
parent
290c72753a
commit
c17aa58fa9
|
@ -125,6 +125,5 @@ in mkDerivation (rec {
|
||||||
description = "GHCJS is a Haskell to JavaScript compiler that uses the GHC API";
|
description = "GHCJS is a Haskell to JavaScript compiler that uses the GHC API";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
platforms = ghc.meta.platforms;
|
platforms = ghc.meta.platforms;
|
||||||
broken = stdenv.isi686;
|
|
||||||
maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan ];
|
maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan ];
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue