texlivePackages.*: set `meta.{platforms,hydraPlatforms}`

Emily bf054e51 f594f608

+5
+5
pkgs/tools/typesetting/tex/texlive/build-texlive-package.nix
··· 66 66 ''; 67 67 # discourage nix-env from matching this package 68 68 priority = 10; 69 + platforms = lib.platforms.all; 70 + # These create a large number of jobs, which puts load on Hydra 71 + # without any appreciable benefit (as the combined packages already 72 + # cause them all to be built and cached anyway). 73 + hydraPlatforms = [ ]; 69 74 } // lib.optionalAttrs (args ? shortdesc) { 70 75 description = args.shortdesc; 71 76 };