1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ghcjs: mark broken on 32-bit linux

https://github.com/NixOS/nixpkgs/issues/7341
This commit is contained in:
Peter Simons 2015-04-14 13:34:29 +02:00
parent 6edc3022ef
commit 7de9c54b6e

View file

@ -122,7 +122,6 @@ 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;
maintainers = with stdenv.lib.maintainers; [
jwiegley cstrahan
];
broken = stdenv.isi686;
maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan ];
})