ocamlPackages.bisect_ppx-ocamlbuild: remove at 1.4.0

This package is no longer maintained.
This commit is contained in:
Vincent Laporte 2020-12-31 08:21:50 +01:00 committed by Vincent Laporte
parent d720e62914
commit bd31e66778
2 changed files with 0 additions and 9 deletions

View File

@ -1,8 +0,0 @@
{ buildDunePackage, bisect_ppx, ocamlbuild }:
buildDunePackage {
minimumOCamlVersion = "4.02";
inherit (bisect_ppx) version src meta;
pname = "bisect_ppx-ocamlbuild";
propagatedBuildInputs = [ ocamlbuild ];
}

View File

@ -117,7 +117,6 @@ let
bin_prot_p4 = callPackage ../development/ocaml-modules/bin_prot { };
bisect_ppx = callPackage ../development/ocaml-modules/bisect_ppx { };
bisect_ppx-ocamlbuild = callPackage ../development/ocaml-modules/bisect_ppx-ocamlbuild { };
ocaml_cairo = callPackage ../development/ocaml-modules/ocaml-cairo { };