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) {
|
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
|
ppl cloogppl
|
||||||
gettext which noSysDirs;
|
gettext which noSysDirs;
|
||||||
profiledCompiler = true;
|
profiledCompiler = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user