Loading pkgs/tools/typesetting/tex/texlive/default.nix +23 −19 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ biber-ms, makeFontsConf, useFixedHashes ? true, extraMirrors ? [ ], recurseIntoAttrs, nixfmt, }: Loading Loading @@ -111,6 +112,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 @@ -129,7 +132,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 @@ -41,6 +41,7 @@ biber-ms, makeFontsConf, useFixedHashes ? true, extraMirrors ? [ ], recurseIntoAttrs, nixfmt, }: Loading Loading @@ -111,6 +112,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 @@ -129,7 +132,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