summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-07-11 15:34:05 +0200
committerVladimír Čunát <vcunat@gmail.com>2017-07-11 15:34:05 +0200
commit7d547a6b4c1611051dc9b3b23f1df2ebf3f25927 (patch)
treeea2e5436c055eb9fb0a8e43d0f5f16e65f4cc48b /pkgs/tools
parentb1081224d8ddbbafe235fda98725708a16515a06 (diff)
downloadnixlib-7d547a6b4c1611051dc9b3b23f1df2ebf3f25927.tar
nixlib-7d547a6b4c1611051dc9b3b23f1df2ebf3f25927.tar.gz
nixlib-7d547a6b4c1611051dc9b3b23f1df2ebf3f25927.tar.bz2
nixlib-7d547a6b4c1611051dc9b3b23f1df2ebf3f25927.tar.lz
nixlib-7d547a6b4c1611051dc9b3b23f1df2ebf3f25927.tar.xz
nixlib-7d547a6b4c1611051dc9b3b23f1df2ebf3f25927.tar.zst
nixlib-7d547a6b4c1611051dc9b3b23f1df2ebf3f25927.zip
texlive: switch to a *working* temporary mirror
See #24683.
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/bin.nix4
-rw-r--r--pkgs/tools/typesetting/tex/texlive/default.nix4
2 files changed, 6 insertions, 2 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/bin.nix b/pkgs/tools/typesetting/tex/texlive/bin.nix
index 5591f64cee94..34520e92a9ae 100644
--- a/pkgs/tools/typesetting/tex/texlive/bin.nix
+++ b/pkgs/tools/typesetting/tex/texlive/bin.nix
@@ -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";
     };
diff --git a/pkgs/tools/typesetting/tex/texlive/default.nix b/pkgs/tools/typesetting/tex/texlive/default.nix
index 692f6b1772c7..13eb90c77af3 100644
--- a/pkgs/tools/typesetting/tex/texlive/default.nix
+++ b/pkgs/tools/typesetting/tex/texlive/default.nix
@@ -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";