summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorVasiliy Yorkin <vasiliy.yorkin@gmail.com>2019-09-18 09:42:41 +0300
committerVincent Laporte <vbgl@users.noreply.github.com>2019-09-20 05:54:29 +0000
commit0cf81af50c25d4aac9d839e3f0d63854a382153c (patch)
tree83a9a338e13ad69c4204522c54bdcfbf40747ac2 /pkgs/top-level/ocaml-packages.nix
parentd69bc56e693f1189ef6f05fa7e40140e8ff1bb95 (diff)
downloadnixpkgs-0cf81af50c25d4aac9d839e3f0d63854a382153c.tar
nixpkgs-0cf81af50c25d4aac9d839e3f0d63854a382153c.tar.gz
nixpkgs-0cf81af50c25d4aac9d839e3f0d63854a382153c.tar.bz2
nixpkgs-0cf81af50c25d4aac9d839e3f0d63854a382153c.tar.lz
nixpkgs-0cf81af50c25d4aac9d839e3f0d63854a382153c.tar.xz
nixpkgs-0cf81af50c25d4aac9d839e3f0d63854a382153c.tar.zst
nixpkgs-0cf81af50c25d4aac9d839e3f0d63854a382153c.zip
ocamlPackages.ppx_deriving_rpc: init at 5.9.0
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index 087adee735a..ba3f37cd428 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -698,6 +698,8 @@ let
 
     ppx_deriving_protobuf = callPackage ../development/ocaml-modules/ppx_deriving_protobuf {};
 
+    ppx_deriving_rpc = callPackage ../development/ocaml-modules/ppx_deriving_rpc {};
+
     ppx_deriving_yojson = callPackage ../development/ocaml-modules/ppx_deriving_yojson {};
 
     ppx_gen_rec = callPackage ../development/ocaml-modules/ppx_gen_rec {};