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 {