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.
This commit is contained in:
parent
e633d97cb3
commit
5167e0347c
1 changed files with 2 additions and 2 deletions
|
@ -10981,12 +10981,12 @@ in
|
|||
|
||||
julia_10 = callPackage ../development/compilers/julia/1.0.nix {
|
||||
gmp = gmp6;
|
||||
inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices;
|
||||
inherit (darwin.apple_sdk.frameworks) ApplicationServices CoreServices;
|
||||
libgit2 = libgit2_0_27;
|
||||
};
|
||||
|
||||
julia_15 = callPackage ../development/compilers/julia/1.5.nix {
|
||||
inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices;
|
||||
inherit (darwin.apple_sdk.frameworks) ApplicationServices CoreServices;
|
||||
};
|
||||
|
||||
julia-lts = julia_10;
|
||||
|
|
Loading…
Reference in a new issue