Merge pull request #55868 from bhipple/u/gcc-mirrors
mirrors.nix: add https and http mirrors for gcc
This commit is contained in:
commit
87ebfc9953
|
@ -44,6 +44,8 @@ rec {
|
||||||
|
|
||||||
# GCC.
|
# GCC.
|
||||||
gcc = [
|
gcc = [
|
||||||
|
https://bigsearcher.com/mirrors/gcc/
|
||||||
|
http://mirror.koddos.net/gcc/
|
||||||
ftp://ftp.nluug.nl/mirror/languages/gcc/
|
ftp://ftp.nluug.nl/mirror/languages/gcc/
|
||||||
ftp://ftp.fu-berlin.de/unix/languages/gcc/
|
ftp://ftp.fu-berlin.de/unix/languages/gcc/
|
||||||
ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/
|
ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/
|
||||||
|
|
Loading…
Reference in New Issue