lol

texlive: set allowSubstitutes, preferLocalBuild values (#312049)

authored by

Vincenzo Mantova and committed by
GitHub
f72f6715 e8c23325

+3
+3
pkgs/tools/typesetting/tex/texlive/build-tex-env.nix
··· 308 308 postBuild = '' 309 309 . "${./build-tex-env.sh}" 310 310 ''; 311 + 312 + allowSubstitutes = true; 313 + preferLocalBuild = false; 311 314 }; 312 315 # outputsToInstall must be set *after* overrideAttrs (used in buildEnv') or it fails the checkMeta tests 313 316 in if __combine || __formatsOf != null then out else lib.addMetaAttrs { inherit (pkgList) outputsToInstall; } out)