about summary refs log tree commit diff
path: root/pkgs/tools/typesetting/tex/texlive/default.nix
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-03-03 21:50:15 -0500
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-03-03 22:07:19 -0500
commit40f55d68708660cf0b663bd23929d64304e648a3 (patch)
tree7beac93e6f025811100a4ec8b2c1c42a26b550e3 /pkgs/tools/typesetting/tex/texlive/default.nix
parent8f35ef724a8e7f7e7ef2b4d4120182acf2ef7119 (diff)
downloadnixlib-40f55d68708660cf0b663bd23929d64304e648a3.tar
nixlib-40f55d68708660cf0b663bd23929d64304e648a3.tar.gz
nixlib-40f55d68708660cf0b663bd23929d64304e648a3.tar.bz2
nixlib-40f55d68708660cf0b663bd23929d64304e648a3.tar.lz
nixlib-40f55d68708660cf0b663bd23929d64304e648a3.tar.xz
nixlib-40f55d68708660cf0b663bd23929d64304e648a3.tar.zst
nixlib-40f55d68708660cf0b663bd23929d64304e648a3.zip
texlive: 2018 -> 2018-final
Diffstat (limited to 'pkgs/tools/typesetting/tex/texlive/default.nix')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/default.nix18
1 files changed, 1 insertions, 17 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/default.nix b/pkgs/tools/typesetting/tex/texlive/default.nix
index 05e078f8be80..e48e111f128c 100644
--- a/pkgs/tools/typesetting/tex/texlive/default.nix
+++ b/pkgs/tools/typesetting/tex/texlive/default.nix
@@ -108,23 +108,7 @@ let
       # Common packages should get served from the binary cache anyway.
       # See discussions, e.g. https://github.com/NixOS/nixpkgs/issues/24683
       urlPrefixes = args.urlPrefixes or [
-        # A snapshot temporarily hosted by @xeji.
-        # TODO: remove when there is a reliable long-term solution
-        https://cat3.de/texlive-2018/tlnet/archive
-
-        # TODO: Add second, faster and more reliable snapshot mirror,
-        # maybe on one of our project's servers
-
-        # IPFS seeded by the mirror above - this may be quite slow
-        https://ipfs.io/ipfs/QmT4Z67wXin1Z9DhvqwSSkSZSuu8hT6LgDyMu6CBm9Tb7t/tlnet/archive
-
-        # The canonical source moves quickly and will be broken almost immediately
-        http://mirror.ctan.org/tex-archive/systems/texlive/tlnet/archive
-
-        # Should be stable for historic, archived releases
-        # http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive
-        # TODO: use this later when 2018 is archived
-
+        http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/archive
       ];
 
       src = fetchurl { inherit urls sha512; };