Skip to content

Commit

Permalink
julia: drop julia_13 as it lacks support upstream
Browse files Browse the repository at this point in the history
Closes #82008.
  • Loading branch information
Pontus Stenetorp committed Apr 28, 2021
1 parent 7f5bf27 commit a0b0f99
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 166 deletions.
161 changes: 0 additions & 161 deletions pkgs/development/compilers/julia/1.3.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ mapAliases ({
jellyfin_10_5 = throw "Jellyfin 10.5 is no longer supported and contains a security vulnerability. Please upgrade to a newer version."; # added 2021-04-26
julia_07 = throw "julia_07 is deprecated in favor of julia_10 LTS"; # added 2020-09-15
julia_11 = throw "julia_11 is deprecated in favor of latest Julia version"; # added 2020-09-15
julia_13 = throw "julia_13 is deprecated in favor of the latest stable version"; # added 2021-03-13
kdeconnect = plasma5Packages.kdeconnect-kde; # added 2020-10-28
kdiff3-qt5 = kdiff3; # added 2017-02-18
keepass-keefox = keepass-keepassrpc; # backwards compatibility alias, added 2018-02
Expand Down
5 changes: 0 additions & 5 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10985,11 +10985,6 @@ in
libgit2 = libgit2_0_27;
};

julia_13 = callPackage ../development/compilers/julia/1.3.nix {
gmp = gmp6;
inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices;
};

julia_15 = callPackage ../development/compilers/julia/1.5.nix {
inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices;
};
Expand Down

0 comments on commit a0b0f99

Please sign in to comment.