From fcd44c9f47290fd3dce13bdf3220bebaa1c5295b Mon Sep 17 00:00:00 2001 From: Vincenzo Mantova Date: Sun, 13 Jun 2021 16:19:06 +0100 Subject: fixup! texlive: allow substitutes for texlive packages (cherry picked from commit 54cd3b840d4043322da7cfefd3a7d8ee80d68bc4) --- pkgs/tools/typesetting/tex/texlive/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/typesetting/tex/texlive/default.nix b/pkgs/tools/typesetting/tex/texlive/default.nix index ef73ec214996..f7bd02d8af53 100644 --- a/pkgs/tools/typesetting/tex/texlive/default.nix +++ b/pkgs/tools/typesetting/tex/texlive/default.nix @@ -131,6 +131,7 @@ let in if sha512 == "" then # hash stripped from pkgs.nix to save space -> fetch&unpack in a single step + # currently unused as we prefer to keep the sha512 hashes for reproducibility fetchurl { inherit urls; sha1 = if fixedHash == null then throw "TeX Live package ${tlName} is missing hash!" -- cgit v1.2.3