subversion_1_10: remove
This commit is contained in:
parent
6e4f70e880
commit
b83fb8a29d
3 changed files with 2 additions and 6 deletions
|
@ -119,11 +119,6 @@ let
|
||||||
});
|
});
|
||||||
|
|
||||||
in {
|
in {
|
||||||
subversion_1_10 = common {
|
|
||||||
version = "1.10.8";
|
|
||||||
sha256 = "sha256-CnO6MSe1ov/7j+4rcCmE8qgI3nEKjbKLfdQBDYvlDlo=";
|
|
||||||
};
|
|
||||||
|
|
||||||
subversion = common {
|
subversion = common {
|
||||||
version = "1.14.2";
|
version = "1.14.2";
|
||||||
sha256 = "sha256-yRMOjQt1copm8OcDj8dwUuZxgw14W1YWqtU7SBDTzCg=";
|
sha256 = "sha256-yRMOjQt1copm8OcDj8dwUuZxgw14W1YWqtU7SBDTzCg=";
|
||||||
|
|
|
@ -1226,6 +1226,7 @@ mapAliases ({
|
||||||
stanchion = throw "Stanchion was part of riak-cs which is not maintained anymore"; # added 2020-10-14
|
stanchion = throw "Stanchion was part of riak-cs which is not maintained anymore"; # added 2020-10-14
|
||||||
steam-run-native = steam-run; # added 2022-02-21
|
steam-run-native = steam-run; # added 2022-02-21
|
||||||
stumpwm-git = throw "stumpwm-git has been broken for a long time and lispPackages.stumpwm follows Quicklisp that is close to git version"; # Added 2021-05-09
|
stumpwm-git = throw "stumpwm-git has been broken for a long time and lispPackages.stumpwm follows Quicklisp that is close to git version"; # Added 2021-05-09
|
||||||
|
subversion_1_10 = throw "subversion_1_10 has been removed as it has reached its end of life"; # Added 2022-04-26
|
||||||
subversion19 = throw "subversion19 has been removed as it has reached its end of life"; # Added 2021-03-31
|
subversion19 = throw "subversion19 has been removed as it has reached its end of life"; # Added 2021-03-31
|
||||||
sudolikeaboss = throw "sudolikeaboss is no longer maintained by upstream"; # Added 2022-04-16
|
sudolikeaboss = throw "sudolikeaboss is no longer maintained by upstream"; # Added 2022-04-16
|
||||||
sundials_3 = throw "sundials_3 was removed in 2020-02. outdated and no longer needed";
|
sundials_3 = throw "sundials_3 was removed in 2020-02. outdated and no longer needed";
|
||||||
|
|
|
@ -29594,7 +29594,7 @@ with pkgs;
|
||||||
sublime-merge-dev;
|
sublime-merge-dev;
|
||||||
|
|
||||||
inherit (callPackages ../applications/version-management/subversion { sasl = cyrus_sasl; })
|
inherit (callPackages ../applications/version-management/subversion { sasl = cyrus_sasl; })
|
||||||
subversion_1_10 subversion;
|
subversion;
|
||||||
|
|
||||||
subversionClient = subversion.override {
|
subversionClient = subversion.override {
|
||||||
bdbSupport = false;
|
bdbSupport = false;
|
||||||
|
|
Loading…
Reference in a new issue