Loading pkgs/tools/typesetting/tex/texlive/default.nix +23 −19 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ biber-ms, makeFontsConf, useFixedHashes ? true, extraMirrors ? [ ], recurseIntoAttrs, nixfmt, }: Loading Loading @@ -115,6 +116,8 @@ let # should be switching to the tlnet-final versions # (https://tug.org/historic/). mirrors = extraMirrors ++ ( if version.final then [ # tlnet-final snapshot; used when texlive.tlpdb is frozen Loading @@ -133,7 +136,8 @@ let # https://tug.org/pipermail/tex-live/2019-November/044456.html # https://texlive.info/ MUST appear last (see tlpdbxz) "https://texlive.info/tlnet-archive/${version.year}/${version.month}/${version.day}/tlnet" ]; ] ); tlpdbxz = fetchurl { urls = Loading Loading
pkgs/tools/typesetting/tex/texlive/default.nix +23 −19 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ biber-ms, makeFontsConf, useFixedHashes ? true, extraMirrors ? [ ], recurseIntoAttrs, nixfmt, }: Loading Loading @@ -115,6 +116,8 @@ let # should be switching to the tlnet-final versions # (https://tug.org/historic/). mirrors = extraMirrors ++ ( if version.final then [ # tlnet-final snapshot; used when texlive.tlpdb is frozen Loading @@ -133,7 +136,8 @@ let # https://tug.org/pipermail/tex-live/2019-November/044456.html # https://texlive.info/ MUST appear last (see tlpdbxz) "https://texlive.info/tlnet-archive/${version.year}/${version.month}/${version.day}/tlnet" ]; ] ); tlpdbxz = fetchurl { urls = Loading