aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/janestreet
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-10-13 07:56:04 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2020-10-20 09:39:30 +0200
commit649059d42bc48f9c023d0ab6caa23b844e2733c8 (patch)
treea95e484b52cc5f2af836cfd03966539bc1ea21f5 /pkgs/development/ocaml-modules/janestreet
parent07ad2970a544b72fa02fd51d423ffc279ba61b11 (diff)
ocamlPackages.ppx_driver: remove at 113.33.03
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/ppx-driver.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/ppx-driver.nix b/pkgs/development/ocaml-modules/janestreet/ppx-driver.nix
deleted file mode 100644
index b4fb9ec7602f..000000000000
--- a/pkgs/development/ocaml-modules/janestreet/ppx-driver.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{stdenv, buildOcamlJane,
- ppx_core, ppx_optcomp}:
-
-buildOcamlJane {
- name = "ppx_driver";
- hash = "19cpfdn1n36vl5l9d6h7c61ffn0wmiipprn5by0354i5aywj8gpn";
- propagatedBuildInputs =
- [ ppx_core ppx_optcomp ];
-
- meta = with stdenv.lib; {
- description = "A driver is an executable created from a set of OCaml AST transformers linked together with a command line frontend";
- maintainers = [ maintainers.maurer ];
- license = licenses.asl20;
- };
-}