julia: init julia_16-bin at 1.6.1

Relevant patches lifted from the `release-1.6` branch of my Julia fork:

    https://git.sr.ht/~ninjin/julia-nix/tree/release-1.6
This commit is contained in:
Pontus Stenetorp
2021-05-16 14:12:36 +00:00
parent c58b97674b
commit 351f9114b0
5 changed files with 162 additions and 0 deletions
+4
View File
@@ -11113,6 +11113,10 @@ in
julia-stable = julia_15;
julia = julia-lts;
julia_16-bin = callPackage ../development/compilers/julia/1.6-bin.nix { };
julia-stable-bin = julia_16-bin;
jwasm = callPackage ../development/compilers/jwasm { };
knightos-genkfs = callPackage ../development/tools/knightos/genkfs { };