Merge pull request #118101 from LeSuisse/drop-subversion19
subversion19: drop
This commit is contained in:
commit
0650638605
@ -111,11 +111,6 @@ let
|
|||||||
});
|
});
|
||||||
|
|
||||||
in {
|
in {
|
||||||
subversion19 = common {
|
|
||||||
version = "1.9.12";
|
|
||||||
sha256 = "15z33gdnfiqblm5515020wfdwnp2837r3hnparava6m2fgyiafiw";
|
|
||||||
};
|
|
||||||
|
|
||||||
subversion_1_10 = common {
|
subversion_1_10 = common {
|
||||||
version = "1.10.6";
|
version = "1.10.6";
|
||||||
sha256 = "19zc215mhpnm92mlyl5jbv57r5zqp6cavr3s2g9yglp6j4kfgj0q";
|
sha256 = "19zc215mhpnm92mlyl5jbv57r5zqp6cavr3s2g9yglp6j4kfgj0q";
|
||||||
|
@ -628,6 +628,7 @@ mapAliases ({
|
|||||||
rubyMinimal = throw "rubyMinimal was removed due to being unused";
|
rubyMinimal = throw "rubyMinimal was removed due to being unused";
|
||||||
rxvt_unicode-with-plugins = rxvt-unicode; # added 2020-02-02
|
rxvt_unicode-with-plugins = rxvt-unicode; # added 2020-02-02
|
||||||
rxvt_unicode = rxvt-unicode-unwrapped; # added 2020-02-02
|
rxvt_unicode = rxvt-unicode-unwrapped; # added 2020-02-02
|
||||||
|
subversion19 = throw "subversion19 has been removed as it has reached its end of life"; # added 2021-03-31
|
||||||
urxvt_autocomplete_all_the_things = rxvt-unicode-plugins.autocomplete-all-the-things; # added 2020-02-02
|
urxvt_autocomplete_all_the_things = rxvt-unicode-plugins.autocomplete-all-the-things; # added 2020-02-02
|
||||||
urxvt_perl = rxvt-unicode-plugins.perl; # added 2020-02-02
|
urxvt_perl = rxvt-unicode-plugins.perl; # added 2020-02-02
|
||||||
urxvt_perls = rxvt-unicode-plugins.perls; # added 2020-02-02
|
urxvt_perls = rxvt-unicode-plugins.perls; # added 2020-02-02
|
||||||
|
@ -25643,7 +25643,7 @@ in
|
|||||||
sublime-merge-dev;
|
sublime-merge-dev;
|
||||||
|
|
||||||
inherit (callPackages ../applications/version-management/subversion { sasl = cyrus_sasl; })
|
inherit (callPackages ../applications/version-management/subversion { sasl = cyrus_sasl; })
|
||||||
subversion19 subversion_1_10 subversion;
|
subversion_1_10 subversion;
|
||||||
|
|
||||||
subversionClient = appendToName "client" (pkgs.subversion.override {
|
subversionClient = appendToName "client" (pkgs.subversion.override {
|
||||||
bdbSupport = false;
|
bdbSupport = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user