* Don't build gcc42 with texinfo. Texinfo has a dependency on ncurses which

doesn't compile in the bootstrap environment...

svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10821
This commit is contained in:
Eelco Dolstra 2008-02-21 20:32:53 +00:00
parent bfb1947a2e
commit b7e2573912

View file

@ -1112,7 +1112,6 @@ rec {
gcc42 = useFromStdenv "gcc" (wrapGCC (import ../development/compilers/gcc-4.2 {
inherit fetchurl stdenv noSysDirs;
texinfo = texinfo49;
profiledCompiler = true;
}));