Commit bf054e51 authored by Emily's avatar Emily
Browse files

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

parent f594f608
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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;
  };