about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-12-07 14:23:08 -0500
committerGitHub <noreply@github.com>2019-12-07 14:23:08 -0500
commit9d2ed2f0bdd0b8fa97bb2a39b8959315bfaf2776 (patch)
treee79c4c94fb781df620cdbe900334f26da61263bf
parent98e2135ba213b512b0e2b059738be257c2378217 (diff)
parentd6fdab57cf5ebfec5ed1467ccee6473baf7db4d0 (diff)
downloadnixlib-9d2ed2f0bdd0b8fa97bb2a39b8959315bfaf2776.tar
nixlib-9d2ed2f0bdd0b8fa97bb2a39b8959315bfaf2776.tar.gz
nixlib-9d2ed2f0bdd0b8fa97bb2a39b8959315bfaf2776.tar.bz2
nixlib-9d2ed2f0bdd0b8fa97bb2a39b8959315bfaf2776.tar.lz
nixlib-9d2ed2f0bdd0b8fa97bb2a39b8959315bfaf2776.tar.xz
nixlib-9d2ed2f0bdd0b8fa97bb2a39b8959315bfaf2776.tar.zst
nixlib-9d2ed2f0bdd0b8fa97bb2a39b8959315bfaf2776.zip
Merge pull request #74305 from veprbl/pr/texlive_use_tlinfo_snapshot
texlive: use texlive.info snapshot
-rw-r--r--pkgs/tools/typesetting/tex/texlive/default.nix12
1 files changed, 8 insertions, 4 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/default.nix b/pkgs/tools/typesetting/tex/texlive/default.nix
index 0c05b3be18df..44dc45fdfb2c 100644
--- a/pkgs/tools/typesetting/tex/texlive/default.nix
+++ b/pkgs/tools/typesetting/tex/texlive/default.nix
@@ -100,11 +100,15 @@ let
               map (up: "${up}/${urlName}.tar.xz") urlPrefixes
             );
 
-      # Upstream refuses to distribute stable tarballs,
-      # so we host snapshots on IPFS or on our own servers.
-      # Common packages should get served from the binary cache anyway.
-      # See discussions, e.g. https://github.com/NixOS/nixpkgs/issues/24683
+      # The tarballs on CTAN mirrors for the current release are constantly
+      # receiving updates, so we can't use those directly. Stable snapshots
+      # need to be used instead. Ideally, for the release branches of NixOS we
+      # should be switching to the tlnet-final versions
+      # (https://tug.org/historic/).
       urlPrefixes = args.urlPrefixes or [
+        # Snapshots hosted by one of the texlive release managers
+        https://texlive.info/tlnet-archive/2019/10/19/tlnet/archive
+
         # Mirror hosted by @veprbl
         http://146.185.144.154/texlive-2019