Trying to remove more hydra evaluation errors related to gcc.

svn path=/nixpkgs/trunk/; revision=20687
This commit is contained in:
Lluís Batlle i Rossell
2010-03-17 10:17:32 +00:00
parent 6934d0770c
commit 4824ecbb62
2 changed files with 8 additions and 5 deletions

View File

@@ -221,7 +221,9 @@ stdenv.mkDerivation ({
];
# Volunteers needed for the {Cyg,Dar}win ports of *PPL.
platforms = stdenv.lib.platforms.linux ++ [ "i686-darwin" ];
# gnatboot is not available out of linux platforms, so we disable the darwin build
# for the gnat (ada compiler).
platforms = stdenv.lib.platforms.linux ++ optionals (langAda == false) [ "i686-darwin" ];
};
}
// (if langVhdl then rec {