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
@ -10981,12 +10981,12 @@ in
|
|||||||
|
|
||||||
julia_10 = callPackage ../development/compilers/julia/1.0.nix {
|
julia_10 = callPackage ../development/compilers/julia/1.0.nix {
|
||||||
gmp = gmp6;
|
gmp = gmp6;
|
||||||
inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices;
|
inherit (darwin.apple_sdk.frameworks) ApplicationServices CoreServices;
|
||||||
libgit2 = libgit2_0_27;
|
libgit2 = libgit2_0_27;
|
||||||
};
|
};
|
||||||
|
|
||||||
julia_15 = callPackage ../development/compilers/julia/1.5.nix {
|
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;
|
julia-lts = julia_10;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user