summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-12-31 08:21:50 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2021-01-06 07:35:23 +0100
commitbd31e667782618cce9801432db759ec69c8e5e6c (patch)
treee18ca4ade08364f7ec06c839c4293b53c0026ad3 /pkgs/development/ocaml-modules
parentd720e6291482d1d5b384839e11b96b423860ab94 (diff)
ocamlPackages.bisect_ppx-ocamlbuild: remove at 1.4.0
This package is no longer maintained.
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/bisect_ppx-ocamlbuild/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/development/ocaml-modules/bisect_ppx-ocamlbuild/default.nix b/pkgs/development/ocaml-modules/bisect_ppx-ocamlbuild/default.nix
deleted file mode 100644
index 6a98267d89a5..000000000000
--- a/pkgs/development/ocaml-modules/bisect_ppx-ocamlbuild/default.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ buildDunePackage, bisect_ppx, ocamlbuild }:
-
-buildDunePackage {
- minimumOCamlVersion = "4.02";
- inherit (bisect_ppx) version src meta;
- pname = "bisect_ppx-ocamlbuild";
- propagatedBuildInputs = [ ocamlbuild ];
-}