summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-09-04 11:31:54 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-09-04 14:53:32 +0200
commit1519a7c94b50b7852b6023e8b25033aee66d58fc (patch)
tree4f5f36b136b1dee6bc3259edf1ba7e6314dc39c9 /pkgs/tools/typesetting
parent2217b328f993bf0a484d90fd4b8aaff06a318bf4 (diff)
downloadnixlib-1519a7c94b50b7852b6023e8b25033aee66d58fc.tar
nixlib-1519a7c94b50b7852b6023e8b25033aee66d58fc.tar.gz
nixlib-1519a7c94b50b7852b6023e8b25033aee66d58fc.tar.bz2
nixlib-1519a7c94b50b7852b6023e8b25033aee66d58fc.tar.lz
nixlib-1519a7c94b50b7852b6023e8b25033aee66d58fc.tar.xz
nixlib-1519a7c94b50b7852b6023e8b25033aee66d58fc.tar.zst
nixlib-1519a7c94b50b7852b6023e8b25033aee66d58fc.zip
texlive.bin.src: eradicate the last tug.org download
They're just unstable.
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/bin.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/bin.nix b/pkgs/tools/typesetting/tex/texlive/bin.nix
index 73c342b80086..8d410a6bdb2d 100644
--- a/pkgs/tools/typesetting/tex/texlive/bin.nix
+++ b/pkgs/tools/typesetting/tex/texlive/bin.nix
@@ -19,9 +19,10 @@ let
 
   common = rec {
     src = fetchurl {
-      url = "ftp://tug.org/historic/systems/texlive/${year}/texlive-${year}0523-source.tar.xz";
-      sha512 = "9fdd69d237238385240e918456f54791a38e57b573edf5df839c57e56a00090"
-        + "12b68b7b92298c3e137181325e2be84d7a84e9c7cf41ae9739bb3329d84194564";
+      url = # "ftp://tug.org/historic/systems/texlive/${year}/"
+        "http://lipa.ms.mff.cuni.cz/~cunav5am/nix/texlive-2016" # FIXME: a proper mirror
+        + "/texlive-${year}0523b-source.tar.xz";
+      sha256 = "1v91vahxlxkdra0qz3f132vvx5d9cx2jy84yl1hkch0agyj2rcx8";
     };
 
     configureFlags = [