mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
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 New Issue
Block a user