ghcjs: mark broken on 32-bit linux
https://github.com/NixOS/nixpkgs/issues/7341
This commit is contained in:
parent
6edc3022ef
commit
7de9c54b6e
@ -122,7 +122,6 @@ 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;
|
||||||
maintainers = with stdenv.lib.maintainers; [
|
broken = stdenv.isi686;
|
||||||
jwiegley cstrahan
|
maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan ];
|
||||||
];
|
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user