* 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:
parent
bfb1947a2e
commit
b7e2573912
@ -1112,7 +1112,6 @@ rec {
|
|||||||
|
|
||||||
gcc42 = useFromStdenv "gcc" (wrapGCC (import ../development/compilers/gcc-4.2 {
|
gcc42 = useFromStdenv "gcc" (wrapGCC (import ../development/compilers/gcc-4.2 {
|
||||||
inherit fetchurl stdenv noSysDirs;
|
inherit fetchurl stdenv noSysDirs;
|
||||||
texinfo = texinfo49;
|
|
||||||
profiledCompiler = true;
|
profiledCompiler = true;
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user