mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
fetchurl: add TeX historic archive mirrors
(cherry picked from commit 77456b8349)
This commit is contained in:
parent
9f8b51492d
commit
35e7498422
1 changed files with 11 additions and 0 deletions
|
|
@ -332,6 +332,17 @@
|
|||
"https://test.pypi.io/packages/source/"
|
||||
];
|
||||
|
||||
# TeX historic archive (see https://tug.org/historic/)
|
||||
texhistoric = [
|
||||
"https://ftp.math.utah.edu/pub/tex/historic/"
|
||||
"https://texlive.info/historic/"
|
||||
"https://ftp.tu-chemnitz.de/pub/tug/historic/"
|
||||
"https://pi.kwarc.info/historic/"
|
||||
"https://mirrors.tuna.tsinghua.edu.cn/tex-historic-archive/"
|
||||
"https://mirror.nju.edu.cn/tex-historic/"
|
||||
"ftp://tug.org/texlive/historic/"
|
||||
];
|
||||
|
||||
### Linux distros
|
||||
|
||||
# CentOS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue