forked from mirrors/nixpkgs
parent
b1081224d8
commit
7d547a6b4c
|
@ -20,7 +20,9 @@ let
|
|||
common = rec {
|
||||
src = fetchurl {
|
||||
url = # "ftp://tug.org/historic/systems/texlive/${year}/"
|
||||
"http://lipa.ms.mff.cuni.cz/~cunav5am/nix/texlive-2016" # FIXME: a proper mirror
|
||||
#"http://lipa.ms.mff.cuni.cz/~cunav5am/nix/texlive-2016"
|
||||
# FIXME: a proper mirror, though tarballs.nixos.org saves this case ATM
|
||||
http://146.185.144.154/texlive-2016
|
||||
+ "/texlive-${year}0523b-source.tar.xz";
|
||||
sha256 = "1v91vahxlxkdra0qz3f132vvx5d9cx2jy84yl1hkch0agyj2rcx8";
|
||||
};
|
||||
|
|
|
@ -110,7 +110,9 @@ let
|
|||
|
||||
url = args.url or "${urlPrefix}/${urlName}.tar.xz";
|
||||
urlPrefix = args.urlPrefix or
|
||||
http://lipa.ms.mff.cuni.cz/~cunav5am/nix/texlive-2016;
|
||||
http://146.185.144.154/texlive-2016
|
||||
#http://lipa.ms.mff.cuni.cz/~cunav5am/nix/texlive-2016
|
||||
;
|
||||
# XXX XXX XXX FIXME: mirror the snapshot XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX
|
||||
# ("${mirror}/pub/tex/historic/systems/texlive/${bin.texliveYear}/tlnet-final/archive");
|
||||
#mirror = "http://ftp.math.utah.edu";
|
||||
|
|
Loading…
Reference in a new issue