···6666 '';
6767 # discourage nix-env from matching this package
6868 priority = 10;
6969+ platforms = lib.platforms.all;
7070+ # These create a large number of jobs, which puts load on Hydra
7171+ # without any appreciable benefit (as the combined packages already
7272+ # cause them all to be built and cached anyway).
7373+ hydraPlatforms = [ ];
6974 } // lib.optionalAttrs (args ? shortdesc) {
7075 description = args.shortdesc;
7176 };