From 7de9c54b6e39ab94cf7cf1453a17351745236a59 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 14 Apr 2015 13:34:29 +0200 Subject: ghcjs: mark broken on 32-bit linux https://github.com/NixOS/nixpkgs/issues/7341 --- pkgs/development/compilers/ghcjs/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/compilers/ghcjs/default.nix b/pkgs/development/compilers/ghcjs/default.nix index d04bd842bf6..01adee8c6e1 100644 --- a/pkgs/development/compilers/ghcjs/default.nix +++ b/pkgs/development/compilers/ghcjs/default.nix @@ -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 ]; }) -- cgit 1.4.1