···66 '';
67 # discourage nix-env from matching this package
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 = [ ];
74 } // lib.optionalAttrs (args ? shortdesc) {
75 description = args.shortdesc;
76 };