mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
* Backported the GCC mirrors from the stdenv branch.
svn path=/nixpkgs/trunk/; revision=14784
This commit is contained in:
parent
5af6ba01fd
commit
37a216ee19
@ -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/
|
||||
|
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user