summary refs log tree commit diff
path: root/pkgs/tools/typesetting/tex
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-09-24 10:41:17 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-09-24 10:41:17 +0200
commit3f06a234f634f2377081a275a8a6f11cf9a24e70 (patch)
treeceb1d31954620246349999ca20aefa66c30ce6fe /pkgs/tools/typesetting/tex
parent8e45d4da52389c0782ca14f5f596ccd24a230ec7 (diff)
downloadnixpkgs-3f06a234f634f2377081a275a8a6f11cf9a24e70.tar
nixpkgs-3f06a234f634f2377081a275a8a6f11cf9a24e70.tar.gz
nixpkgs-3f06a234f634f2377081a275a8a6f11cf9a24e70.tar.bz2
nixpkgs-3f06a234f634f2377081a275a8a6f11cf9a24e70.tar.lz
nixpkgs-3f06a234f634f2377081a275a8a6f11cf9a24e70.tar.xz
nixpkgs-3f06a234f634f2377081a275a8a6f11cf9a24e70.tar.zst
nixpkgs-3f06a234f634f2377081a275a8a6f11cf9a24e70.zip
texlive: just comment about (not) another mirror
Diffstat (limited to 'pkgs/tools/typesetting/tex')
-rw-r--r--pkgs/tools/typesetting/tex/texlive-new/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive-new/default.nix b/pkgs/tools/typesetting/tex/texlive-new/default.nix
index 85bfe24e77f..961fbc26ba4 100644
--- a/pkgs/tools/typesetting/tex/texlive-new/default.nix
+++ b/pkgs/tools/typesetting/tex/texlive-new/default.nix
@@ -129,7 +129,7 @@ let
       urlPrefix = args.urlPrefix or
         ("${mirror}/pub/tex/historic/systems/texlive/${bin.texliveYear}/tlnet-final/archive");
       # beware: standard mirrors http://mirror.ctan.org/ don't have releases
-      mirror = "ftp://tug.ctan.org"; # also works: ftp.math.utah.edu
+      mirror = "ftp://tug.ctan.org"; # also works: ftp.math.utah.edu but same IP
     in  ''
           tar -xf '${ fetchurl { inherit url md5; } }' \
             '--strip-components=${toString stripPrefix}' \