summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-08-09 08:17:39 +0000
committerPeter Simons <simons@cryp.to>2011-08-09 08:17:39 +0000
commit9502aedde31e6163bcf6a3687cbafdabef8d3041 (patch)
treea019e4c2e9bc055ef44b0c8d3f6039a66f6cb2e1 /pkgs
parentff510a051697c59faa5621dc32e405483a15491b (diff)
pkgs/development/compilers/ghc/6.10.2-binary.nix: we have no binary for Darwin
svn path=/nixpkgs/trunk/; revision=28414
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/ghc/6.10.2-binary.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ghc/6.10.2-binary.nix b/pkgs/development/compilers/ghc/6.10.2-binary.nix
index bd80a4cab1a13..bda8372e6c46f 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;