File tree 2 files changed +6
-2
lines changed
pkgs/tools/typesetting/tex/texlive
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 20
20
common = rec {
21
21
src = fetchurl {
22
22
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
24
26
+ "/texlive-${ year } 0523b-source.tar.xz" ;
25
27
sha256 = "1v91vahxlxkdra0qz3f132vvx5d9cx2jy84yl1hkch0agyj2rcx8" ;
26
28
} ;
Original file line number Diff line number Diff line change 109
109
110
110
url = args . url or "${ urlPrefix } /${ urlName } .tar.xz" ;
111
111
urlPrefix = args . urlPrefix or
112
- http://lipa.ms.mff.cuni.cz/~cunav5am/nix/texlive-2016 ;
112
+ http://146.185.144.154/texlive-2016
113
+ #http://lipa.ms.mff.cuni.cz/~cunav5am/nix/texlive-2016
114
+ ;
113
115
# XXX XXX XXX FIXME: mirror the snapshot XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX
114
116
# ("${mirror}/pub/tex/historic/systems/texlive/${bin.texliveYear}/tlnet-final/archive");
115
117
#mirror = "http://ftp.math.utah.edu";
You can’t perform that action at this time.
0 commit comments