boost165: remove unused pkg
This commit is contained in:
parent
3a5de06a7d
commit
c72178cf2b
3 changed files with 0 additions and 14 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
})
|
|
@ -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;
|
||||
|
|
|
@ -19584,7 +19584,6 @@ with pkgs;
|
|||
boolstuff = callPackage ../development/libraries/boolstuff { };
|
||||
|
||||
inherit (callPackage ../development/libraries/boost { inherit (buildPackages) boost-build; })
|
||||
boost165
|
||||
boost166
|
||||
boost168
|
||||
boost169
|
||||
|
|
Loading…
Reference in a new issue