mirrorx.nix: add https and http mirrors for gcc
HTTP is never worse and often better than FTP, since many users may be on networks that do not allow FTP traffic.
This commit is contained in:
parent
69ac268a4e
commit
0fb7c7af88
@ -44,6 +44,8 @@ rec {
|
||||
|
||||
# GCC.
|
||||
gcc = [
|
||||
https://bigsearcher.com/mirrors/gcc/
|
||||
http://mirror.koddos.net/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/
|
||||
|
Loading…
Reference in New Issue
Block a user