Author: simons
Date: Mon Aug 29 20:09:57 2011
New Revision: 28882
URL: https://svn.nixos.org/websvn/nix/?rev=28882&sc=1

Log:
pkgs/development/compilers/ghc/7.0.4.nix: hard-code list of supported platforms

I assumed that Hydra would arrive at that result anyway, but apparently
it doesn't: no x86_64-darwin builds have occurred despite the fact that
we can bootstrap on that architecture now.

Modified:
   nixpkgs/trunk/pkgs/development/compilers/ghc/7.0.4.nix

Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/7.0.4.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/7.0.4.nix      Mon Aug 29 
18:58:59 2011        (r28881)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/7.0.4.nix      Mon Aug 29 
20:09:57 2011        (r28882)
@@ -38,7 +38,7 @@
       stdenv.lib.maintainers.andres
       stdenv.lib.maintainers.simons
     ];
-    platforms = ghc.meta.platforms;
+    platforms = ["x86_64-linux" "i686-linux" "i686-darwin" "x86_64-darwin"];
   };
 
 }
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to