about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/pgocaml
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-02-19 17:22:51 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2020-02-25 08:12:07 +0100
commit4f7484f03895a75d375dbe9da1e2f370e3a9a9ac (patch)
tree5367e696e81943bff33637fba08551de13be9401 /pkgs/development/ocaml-modules/pgocaml
parenta760b217c8bd5e46f41e21a555582e51ba26e151 (diff)
ocamlPackages.pgocaml_ppx: init at 4.0
Diffstat (limited to 'pkgs/development/ocaml-modules/pgocaml')
-rw-r--r--pkgs/development/ocaml-modules/pgocaml/ppx.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/pgocaml/ppx.nix b/pkgs/development/ocaml-modules/pgocaml/ppx.nix
new file mode 100644
index 0000000000000..f8bc4a40e7f9d
--- /dev/null
+++ b/pkgs/development/ocaml-modules/pgocaml/ppx.nix
@@ -0,0 +1,8 @@
+{ buildDunePackage, pgocaml, ppx_tools, ppx_tools_versioned, rresult }:
+
+buildDunePackage {
+  pname = "pgocaml_ppx";
+  inherit (pgocaml) src version meta;
+
+  propagatedBuildInputs = [ pgocaml ppx_tools ppx_tools_versioned rresult ];
+}