boost159, boost160: drop
This commit is contained in:
parent
1ca08d4c63
commit
436c5f8dc2
@ -16,8 +16,6 @@ let
|
||||
}
|
||||
);
|
||||
in {
|
||||
boost159 = makeBoost ./1.59.nix;
|
||||
boost160 = makeBoost ./1.60.nix;
|
||||
boost165 = makeBoost ./1.65.nix;
|
||||
boost166 = makeBoost ./1.66.nix;
|
||||
boost167 = makeBoost ./1.67.nix;
|
||||
|
@ -142,6 +142,9 @@ mapAliases ({
|
||||
blastem = throw "blastem has been removed from nixpkgs as it would still require python2"; # Added 2022-01-01
|
||||
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
|
||||
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
|
||||
bpftool = bpftools; # Added 2021-05-03
|
||||
brackets = throw "brackets has been removed, it was unmaintained and had open vulnerabilities"; # Added 2021-01-24
|
||||
|
@ -18675,8 +18675,6 @@ with pkgs;
|
||||
boolstuff = callPackage ../development/libraries/boolstuff { };
|
||||
|
||||
inherit (callPackage ../development/libraries/boost { inherit (buildPackages) boost-build; })
|
||||
boost159
|
||||
boost160
|
||||
boost165
|
||||
boost166
|
||||
boost168
|
||||
@ -18692,7 +18690,6 @@ with pkgs;
|
||||
boost180
|
||||
;
|
||||
|
||||
boost15x = boost159;
|
||||
boost16x = boost169;
|
||||
boost17x = boost179;
|
||||
boost18x = boost180;
|
||||
|
Loading…
Reference in New Issue
Block a user