* Backported the GCC mirrors from the stdenv branch.

svn path=/nixpkgs/trunk/; revision=14784
This commit is contained in:
Eelco Dolstra 2009-03-30 14:41:50 +00:00
parent 5af6ba01fd
commit 37a216ee19
2 changed files with 9 additions and 2 deletions

View file

@ -29,6 +29,14 @@ rec {
http://ftp.gnu.org/pub/gnu/
];
# GCC.
gcc = [
ftp://ftp.nluug.nl/mirror/languages/gcc/
ftp://ftp.fu-berlin.de/unix/languages/gcc/
ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/
ftp://gcc.gnu.org/pub/gcc/
];
# GnuPG.
gnupg = [
ftp://gd.tuwien.ac.at/privacy/gnupg/

View file

@ -4,8 +4,7 @@ stdenv.mkDerivation rec {
name = "std-man-pages-4.2.2";
src = fetchurl {
# We could use a list of mirrors for gcc.gnu.org
url = ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/libstdc++/doxygen/libstdc++-man-4.2.2.tar.bz2;
url = mirror://gcc/libstdc++/doxygen/libstdc++-man-4.2.2.tar.bz2;
sha256 = "1572a5hlrj50gk03aardlrhhila0yjlvhqszl424297ga4g95mk2";
};