From ec99325d80198db471771d6d671ba064af61e71b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andres=20L=C3=B6h?= Date: Thu, 8 Mar 2012 16:22:01 +0000 Subject: [PATCH] Explicitly set platforms for 7.4.1 rather than inheriting them. I hope this will enable darwin builds for 7.4.1 on Hydra. svn path=/nixpkgs/trunk/; revision=32903 --- pkgs/development/compilers/ghc/7.4.1.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/ghc/7.4.1.nix b/pkgs/development/compilers/ghc/7.4.1.nix index 9a554a467d8d..62d49910e9a8 100644 --- a/pkgs/development/compilers/ghc/7.4.1.nix +++ b/pkgs/development/compilers/ghc/7.4.1.nix @@ -38,7 +38,7 @@ stdenv.mkDerivation rec { stdenv.lib.maintainers.andres stdenv.lib.maintainers.simons ]; - platforms = ghc.meta.platforms; + platforms = ["x86_64-linux" "i686-linux" "i686-darwin" "x86_64-darwin"]; }; }