texlive: Fix download file names to be current.
This commit is contained in:
parent
e45e777c37
commit
5ed03241be
1 changed files with 1 additions and 1 deletions
|
@ -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}' \
|
||||
|
|
Loading…
Reference in a new issue