Commit c72178cf authored by Nicolas Benes's avatar Nicolas Benes
Browse files

boost165: remove unused pkg

parent 3a5de06a
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
{ 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";
  };

})
+0 −1
Original line number Diff line number Diff line
@@ -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;
+0 −1
Original line number Diff line number Diff line
@@ -19584,7 +19584,6 @@ with pkgs;
  boolstuff = callPackage ../development/libraries/boolstuff { };
  inherit (callPackage ../development/libraries/boost { inherit (buildPackages) boost-build; })
    boost165
    boost166
    boost168
    boost169