texlivePackages.*: set meta.{platforms,hydraPlatforms}
This commit is contained in:
parent
f594f608dc
commit
bf054e513b
@ -66,6 +66,11 @@ let
|
|||||||
'';
|
'';
|
||||||
# discourage nix-env from matching this package
|
# discourage nix-env from matching this package
|
||||||
priority = 10;
|
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) {
|
} // lib.optionalAttrs (args ? shortdesc) {
|
||||||
description = args.shortdesc;
|
description = args.shortdesc;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user