about summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorKarn Kallio <kkallio@skami.org>2014-02-01 21:20:48 -0430
committerVladimír Čunát <vcunat@gmail.com>2015-09-30 09:21:09 +0200
commit5ed03241bee04a636e314b484be3f30ac14c4449 (patch)
tree4d3c218c8279976fd53b168af9b64bd0ecdf8d4a /pkgs/tools/typesetting
parente45e777c373c14b744b2940d806cf02dad84b42f (diff)
downloadnixlib-5ed03241bee04a636e314b484be3f30ac14c4449.tar
nixlib-5ed03241bee04a636e314b484be3f30ac14c4449.tar.gz
nixlib-5ed03241bee04a636e314b484be3f30ac14c4449.tar.bz2
nixlib-5ed03241bee04a636e314b484be3f30ac14c4449.tar.lz
nixlib-5ed03241bee04a636e314b484be3f30ac14c4449.tar.xz
nixlib-5ed03241bee04a636e314b484be3f30ac14c4449.tar.zst
nixlib-5ed03241bee04a636e314b484be3f30ac14c4449.zip
texlive: Fix download file names to be current.
Diffstat (limited to 'pkgs/tools/typesetting')
-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 961fbc26ba47..c8b2a414fa31 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 but same IP
+      mirror = "http://ftp.math.utah.edu"; # ftp://tug.ctan.org no longer works, although same IP
     in  ''
           tar -xf '${ fetchurl { inherit url md5; } }' \
             '--strip-components=${toString stripPrefix}' \