mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
GCC: Try to build on `i686-darwin'.
svn path=/nixpkgs/trunk/; revision=20004
This commit is contained in:
parent
9dc143e9aa
commit
471184bb38
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user