boost159, boost160: drop

This commit is contained in:
Weijia Wang 2023-01-01 22:16:22 +01:00
parent 1ca08d4c63
commit 436c5f8dc2
3 changed files with 3 additions and 5 deletions

View File

@ -16,8 +16,6 @@ let
} }
); );
in { in {
boost159 = makeBoost ./1.59.nix;
boost160 = makeBoost ./1.60.nix;
boost165 = makeBoost ./1.65.nix; boost165 = makeBoost ./1.65.nix;
boost166 = makeBoost ./1.66.nix; boost166 = makeBoost ./1.66.nix;
boost167 = makeBoost ./1.67.nix; boost167 = makeBoost ./1.67.nix;

View File

@ -142,6 +142,9 @@ mapAliases ({
blastem = throw "blastem has been removed from nixpkgs as it would still require python2"; # Added 2022-01-01 blastem = throw "blastem has been removed from nixpkgs as it would still require python2"; # Added 2022-01-01
bluezFull = bluez; # Added 2019-12-03 bluezFull = bluez; # Added 2019-12-03
bomi = throw "bomi has been removed from nixpkgs since it was broken and abandoned upstream"; # Added 2020-12-10 bomi = throw "bomi has been removed from nixpkgs since it was broken and abandoned upstream"; # Added 2020-12-10
boost159 = throw "boost159 has been deprecated in favor of the latest version"; # Added 2023-01-01
boost15x = throw "boost15x has been deprecated in favor of the latest version"; # Added 2023-01-01
boost160 = throw "boost160 has been deprecated in favor of the latest version"; # Added 2023-01-01
botan = throw "botan has been removed because it did not support a supported openssl version"; # added 2021-12-15 botan = throw "botan has been removed because it did not support a supported openssl version"; # added 2021-12-15
bpftool = bpftools; # Added 2021-05-03 bpftool = bpftools; # Added 2021-05-03
brackets = throw "brackets has been removed, it was unmaintained and had open vulnerabilities"; # Added 2021-01-24 brackets = throw "brackets has been removed, it was unmaintained and had open vulnerabilities"; # Added 2021-01-24

View File

@ -18675,8 +18675,6 @@ with pkgs;
boolstuff = callPackage ../development/libraries/boolstuff { }; boolstuff = callPackage ../development/libraries/boolstuff { };
inherit (callPackage ../development/libraries/boost { inherit (buildPackages) boost-build; }) inherit (callPackage ../development/libraries/boost { inherit (buildPackages) boost-build; })
boost159
boost160
boost165 boost165
boost166 boost166
boost168 boost168
@ -18692,7 +18690,6 @@ with pkgs;
boost180 boost180
; ;
boost15x = boost159;
boost16x = boost169; boost16x = boost169;
boost17x = boost179; boost17x = boost179;
boost18x = boost180; boost18x = boost180;