1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

GCC: Try to build on `i686-darwin'.

svn path=/nixpkgs/trunk/; revision=20004
This commit is contained in:
Ludovic Courtès 2010-02-15 09:36:23 +00:00
parent 9dc143e9aa
commit 471184bb38

View file

@ -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 {