Loading pkgs/tools/typesetting/tex/texlive/build-tex-env.nix +3 −0 Original line number Diff line number Diff line Loading @@ -308,6 +308,9 @@ buildEnv' { postBuild = '' . "${./build-tex-env.sh}" ''; allowSubstitutes = true; preferLocalBuild = false; }; # outputsToInstall must be set *after* overrideAttrs (used in buildEnv') or it fails the checkMeta tests in if __combine || __formatsOf != null then out else lib.addMetaAttrs { inherit (pkgList) outputsToInstall; } out) Loading
pkgs/tools/typesetting/tex/texlive/build-tex-env.nix +3 −0 Original line number Diff line number Diff line Loading @@ -308,6 +308,9 @@ buildEnv' { postBuild = '' . "${./build-tex-env.sh}" ''; allowSubstitutes = true; preferLocalBuild = false; }; # outputsToInstall must be set *after* overrideAttrs (used in buildEnv') or it fails the checkMeta tests in if __combine || __formatsOf != null then out else lib.addMetaAttrs { inherit (pkgList) outputsToInstall; } out)