ocamlPackages.bisect_ppx-ocamlbuild: remove at 1.4.0
This package is no longer maintained.
This commit is contained in:
parent
d720e62914
commit
bd31e66778
2 changed files with 0 additions and 9 deletions
|
@ -1,8 +0,0 @@
|
|||
{ buildDunePackage, bisect_ppx, ocamlbuild }:
|
||||
|
||||
buildDunePackage {
|
||||
minimumOCamlVersion = "4.02";
|
||||
inherit (bisect_ppx) version src meta;
|
||||
pname = "bisect_ppx-ocamlbuild";
|
||||
propagatedBuildInputs = [ ocamlbuild ];
|
||||
}
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue