From 471184bb3884ccf0ec22b94ce19913b40c0a4c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 15 Feb 2010 09:36:23 +0000 Subject: [PATCH] GCC: Try to build on `i686-darwin'. svn path=/nixpkgs/trunk/; revision=20004 --- pkgs/development/compilers/gcc-4.4/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/gcc-4.4/default.nix b/pkgs/development/compilers/gcc-4.4/default.nix index 86ac3c189c61..3ae45592fd53 100644 --- a/pkgs/development/compilers/gcc-4.4/default.nix +++ b/pkgs/development/compilers/gcc-4.4/default.nix @@ -207,8 +207,8 @@ stdenv.mkDerivation ({ stdenv.lib.maintainers.viric ]; - # Volunteers needed for the {Cyg,Dar}win ports. - platforms = stdenv.lib.platforms.linux; + # Volunteers needed for the {Cyg,Dar}win ports of *PPL. + platforms = stdenv.lib.platforms.linux ++ [ "i686-darwin" ]; }; } // (if langVhdl then rec {