mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
texlive: use texhistoric mirror list
(cherry picked from commit 46ca66150d)
This commit is contained in:
parent
35e7498422
commit
98ffa5a77e
2 changed files with 2 additions and 6 deletions
|
|
@ -143,10 +143,7 @@ let
|
|||
common = {
|
||||
# initial TeX Live 2025 release
|
||||
# src = fetchurl {
|
||||
# urls = [
|
||||
# "http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/${year}/texlive-${year}0308-source.tar.xz"
|
||||
# "ftp://tug.ctan.org/pub/tex/historic/systems/texlive/${year}/texlive-${year}0308-source.tar.xz"
|
||||
# ];
|
||||
# url = "mirror://texhistoric/systems/texlive/${year}/texlive-${year}0308-source.tar.xz";
|
||||
# hash = "sha256-//2xo9FDwXekOYoiKaQNaojxgJjl9tz9V2SMnyQXSQ8=";
|
||||
# };
|
||||
|
||||
|
|
|
|||
|
|
@ -156,8 +156,7 @@ let
|
|||
[
|
||||
# tlnet-final snapshot; used when texlive.tlpdb is frozen
|
||||
# the TeX Live yearly freeze typically happens in mid-March
|
||||
"http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/${toString version.texliveYear}/tlnet-final"
|
||||
"ftp://tug.org/texlive/historic/${toString version.texliveYear}/tlnet-final"
|
||||
"mirror://texhistoric/systems/texlive/${toString version.texliveYear}/tlnet-final"
|
||||
]
|
||||
else
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue