ocamlPackages.bisect_ppx-ocamlbuild: remove at 1.4.0

This package is no longer maintained.
This commit is contained in:
Vincent Laporte
2021-01-06 07:35:23 +01:00
committed by Vincent Laporte
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 ];
}