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

This commit is contained in:
Emily 2024-10-29 19:09:14 +00:00
parent f594f608dc
commit bf054e513b

View File

@ -66,6 +66,11 @@ let
'';
# discourage nix-env from matching this package
priority = 10;
platforms = lib.platforms.all;
# These create a large number of jobs, which puts load on Hydra
# without any appreciable benefit (as the combined packages already
# cause them all to be built and cached anyway).
hydraPlatforms = [ ];
} // lib.optionalAttrs (args ? shortdesc) {
description = args.shortdesc;
};