lol

julia: sort arguments in top-level package collection

No change in semantics, but makes it consistent with the expressions.
This is a fairly pedantic thing to do to be honest.

+2 -2
+2 -2
pkgs/top-level/all-packages.nix
··· 10981 10981 10982 10982 julia_10 = callPackage ../development/compilers/julia/1.0.nix { 10983 10983 gmp = gmp6; 10984 - inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices; 10984 + inherit (darwin.apple_sdk.frameworks) ApplicationServices CoreServices; 10985 10985 libgit2 = libgit2_0_27; 10986 10986 }; 10987 10987 10988 10988 julia_15 = callPackage ../development/compilers/julia/1.5.nix { 10989 - inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices; 10989 + inherit (darwin.apple_sdk.frameworks) ApplicationServices CoreServices; 10990 10990 }; 10991 10991 10992 10992 julia-lts = julia_10;