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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user