diff --git a/pkgs/development/compilers/ghc/6.10.2-binary.nix b/pkgs/development/compilers/ghc/6.10.2-binary.nix index bd80a4cab1a..bda8372e6c4 100644 --- a/pkgs/development/compilers/ghc/6.10.2-binary.nix +++ b/pkgs/development/compilers/ghc/6.10.2-binary.nix @@ -1,7 +1,7 @@ {stdenv, fetchurl, perl, libedit, ncurses, gmp}: let - supportedPlatforms = ["i686-darwin" "x86_64-linux" "i686-linux"]; + supportedPlatforms = ["x86_64-linux" "i686-linux"]; in assert stdenv.lib.elem stdenv.system supportedPlatforms;