From 9502aedde31e6163bcf6a3687cbafdabef8d3041 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 9 Aug 2011 08:17:39 +0000 Subject: [PATCH] pkgs/development/compilers/ghc/6.10.2-binary.nix: we have no binary for Darwin svn path=/nixpkgs/trunk/; revision=28414 --- pkgs/development/compilers/ghc/6.10.2-binary.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/ghc/6.10.2-binary.nix b/pkgs/development/compilers/ghc/6.10.2-binary.nix index bd80a4cab1a1..bda8372e6c46 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;