summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-10-13 07:56:08 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2020-10-20 09:39:30 +0200
commit1f65cf4bde6393561ab762a846482ee90f41a6ff (patch)
tree68c03b21f233c6f28056b93d3fa187b721f3b44c /pkgs/development/ocaml-modules/janestreet
parent649059d42bc48f9c023d0ab6caa23b844e2733c8 (diff)
downloadnixpkgs-1f65cf4bde6393561ab762a846482ee90f41a6ff.tar
nixpkgs-1f65cf4bde6393561ab762a846482ee90f41a6ff.tar.gz
nixpkgs-1f65cf4bde6393561ab762a846482ee90f41a6ff.tar.bz2
nixpkgs-1f65cf4bde6393561ab762a846482ee90f41a6ff.tar.lz
nixpkgs-1f65cf4bde6393561ab762a846482ee90f41a6ff.tar.xz
nixpkgs-1f65cf4bde6393561ab762a846482ee90f41a6ff.tar.zst
nixpkgs-1f65cf4bde6393561ab762a846482ee90f41a6ff.zip
ocamlPackages.ppx_fail: remove at 113.33.03
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/ppx-fail.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/ppx-fail.nix b/pkgs/development/ocaml-modules/janestreet/ppx-fail.nix
deleted file mode 100644
index 4f55a6c4eac..00000000000
--- a/pkgs/development/ocaml-modules/janestreet/ppx-fail.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{stdenv, buildOcamlJane,
- ppx_core, ppx_driver, ppx_here, ppx_tools}:
-
-buildOcamlJane {
-  name = "ppx_fail";
-  hash = "1ms5axpc0zg469zj4799nz3wwxi6rmmyvqj52dy03crmpj71s18l";
-  propagatedBuildInputs = [ ppx_core ppx_driver ppx_here ppx_tools ];
-
-  meta = with stdenv.lib; {
-    description = "Syntax extension that makes failwith include a position";
-    maintainers = [ maintainers.maurer ];
-    license = licenses.asl20;
-  };
-}