mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
julia: Add alias for the deprecated 0.7 and 1.1
This commit is contained in:
parent
a487f1a744
commit
d36663c84e
1 changed files with 2 additions and 0 deletions
|
@ -218,6 +218,8 @@ mapAliases ({
|
|||
joseki = apache-jena-fuseki; # added 2016-02-28
|
||||
json_glib = json-glib; # added 2018-02-25
|
||||
kdecoration-viewer = throw "kdecoration-viewer has been removed from nixpkgs, as there is no upstream activity"; # 2020-06-16
|
||||
julia_07 = throw "deprecated in favor of julia_10 LTS"; # added 2020-09-15
|
||||
julia_11 = throw "deprecated in favor of latest Julia version"; # added 2020-09-15
|
||||
kdiff3-qt5 = kdiff3; # added 2017-02-18
|
||||
keepass-keefox = keepass-keepassrpc; # backwards compatibility alias, added 2018-02
|
||||
keepassx-community = keepassxc; # added 2017-11
|
||||
|
|
Loading…
Reference in a new issue