* Get the g++ tarball unconditionally, otherwise the patch won't apply.
svn path=/nixpkgs/trunk/; revision=6840
This commit is contained in:
parent
c8b1035c4f
commit
1a7576f193
@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
|||||||
url = http://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.1/gcc-core-4.1.1.tar.bz2;
|
url = http://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.1/gcc-core-4.1.1.tar.bz2;
|
||||||
md5 = "a1b189c98aa7d7f164036bbe89b9b2a2";
|
md5 = "a1b189c98aa7d7f164036bbe89b9b2a2";
|
||||||
})] ++
|
})] ++
|
||||||
(if langCC then [(fetchurl {
|
(if /*langCC*/ true then [(fetchurl {
|
||||||
url = http://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.1/gcc-g++-4.1.1.tar.bz2;
|
url = http://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.1/gcc-g++-4.1.1.tar.bz2;
|
||||||
md5 = "70c786bf8ca042e880a87fecb9e4dfcd";
|
md5 = "70c786bf8ca042e880a87fecb9e4dfcd";
|
||||||
})] else []) ++
|
})] else []) ++
|
||||||
|
Loading…
x
Reference in New Issue
Block a user