GCC 4.5: Add dependency on Perl.

svn path=/nixpkgs/trunk/; revision=21974
This commit is contained in:
Ludovic Courtès 2010-05-25 19:38:18 +00:00
parent fc6b345f94
commit c5098ff56e

View File

@ -2138,7 +2138,7 @@ let
}));
gcc45 = lowPrio (wrapGCC (makeOverridable (import ../development/compilers/gcc-4.5) {
inherit fetchurl stdenv texinfo gmp mpfr mpc libelf zlib
inherit fetchurl stdenv texinfo gmp mpfr mpc libelf zlib perl
ppl cloogppl
gettext which noSysDirs;
profiledCompiler = true;