summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Hipple <bhipple@protonmail.com>2019-02-16 01:26:31 +0000
committerBen Hipple <bhipple@protonmail.com>2019-02-16 01:26:31 +0000
commit0fb7c7af88840e344dee38e007596bbc1d16fe64 (patch)
tree1a548c605be506e5838bc21a53ef77fd7554d305
parent69ac268a4e6dc063f8b53c8e402c0c607cf03e2b (diff)
downloadnixpkgs-0fb7c7af88840e344dee38e007596bbc1d16fe64.tar
nixpkgs-0fb7c7af88840e344dee38e007596bbc1d16fe64.tar.gz
nixpkgs-0fb7c7af88840e344dee38e007596bbc1d16fe64.tar.bz2
nixpkgs-0fb7c7af88840e344dee38e007596bbc1d16fe64.tar.lz
nixpkgs-0fb7c7af88840e344dee38e007596bbc1d16fe64.tar.xz
nixpkgs-0fb7c7af88840e344dee38e007596bbc1d16fe64.tar.zst
nixpkgs-0fb7c7af88840e344dee38e007596bbc1d16fe64.zip
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.
-rw-r--r--pkgs/build-support/fetchurl/mirrors.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/build-support/fetchurl/mirrors.nix b/pkgs/build-support/fetchurl/mirrors.nix
index eccfe1964ac..404c744eea2 100644
--- a/pkgs/build-support/fetchurl/mirrors.nix
+++ b/pkgs/build-support/fetchurl/mirrors.nix
@@ -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/