Skip to content

Commit 7d547a6

Browse files
committedJul 11, 2017
texlive: switch to a *working* temporary mirror
See #24683.
1 parent b108122 commit 7d547a6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
 

‎pkgs/tools/typesetting/tex/texlive/bin.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ let
2020
common = rec {
2121
src = fetchurl {
2222
url = # "ftp://tug.org/historic/systems/texlive/${year}/"
23-
"http://lipa.ms.mff.cuni.cz/~cunav5am/nix/texlive-2016" # FIXME: a proper mirror
23+
#"http://lipa.ms.mff.cuni.cz/~cunav5am/nix/texlive-2016"
24+
# FIXME: a proper mirror, though tarballs.nixos.org saves this case ATM
25+
http://146.185.144.154/texlive-2016
2426
+ "/texlive-${year}0523b-source.tar.xz";
2527
sha256 = "1v91vahxlxkdra0qz3f132vvx5d9cx2jy84yl1hkch0agyj2rcx8";
2628
};

‎pkgs/tools/typesetting/tex/texlive/default.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ let
110110

111111
url = args.url or "${urlPrefix}/${urlName}.tar.xz";
112112
urlPrefix = args.urlPrefix or
113-
http://lipa.ms.mff.cuni.cz/~cunav5am/nix/texlive-2016;
113+
http://146.185.144.154/texlive-2016
114+
#http://lipa.ms.mff.cuni.cz/~cunav5am/nix/texlive-2016
115+
;
114116
# XXX XXX XXX FIXME: mirror the snapshot XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX
115117
# ("${mirror}/pub/tex/historic/systems/texlive/${bin.texliveYear}/tlnet-final/archive");
116118
#mirror = "http://ftp.math.utah.edu";

0 commit comments

Comments
 (0)