boost165: remove unused pkg

This commit is contained in:
Nicolas Benes 2023-05-07 18:38:32 +02:00
parent 3a5de06a7d
commit c72178cf2b
3 changed files with 0 additions and 14 deletions

View file

@ -1,12 +0,0 @@
{ callPackage, fetchurl, ... } @ args:
callPackage ./generic.nix (args // rec {
version = "1.65.1";
src = fetchurl {
url = "mirror://sourceforge/boost/boost_${builtins.replaceStrings ["."] ["_"] version}.tar.bz2";
# SHA256 from http://www.boost.org/users/history/version_1_65_1.html
sha256 = "9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81";
};
})

View file

@ -16,7 +16,6 @@ let
}
);
in {
boost165 = makeBoost ./1.65.nix;
boost166 = makeBoost ./1.66.nix;
boost167 = makeBoost ./1.67.nix;
boost168 = makeBoost ./1.68.nix;

View file

@ -19584,7 +19584,6 @@ with pkgs;
boolstuff = callPackage ../development/libraries/boolstuff { };
inherit (callPackage ../development/libraries/boost { inherit (buildPackages) boost-build; })
boost165
boost166
boost168
boost169