forked from mirrors/nixpkgs
GCC 4.5: Add dependency on Perl.
svn path=/nixpkgs/trunk/; revision=21974
This commit is contained in:
parent
fc6b345f94
commit
c5098ff56e
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue