summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-08-23 17:17:59 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-08-23 20:22:00 +0000
commitcf7df9230be3f971d68685c2d5768896037b7633 (patch)
tree14795eccc755ee2885ee8a227fd9b12bfe519609 /pkgs/top-level/ocaml-packages.nix
parenta65a499ca285390a0704b254529d1cd9faf48b8f (diff)
downloadnixpkgs-cf7df9230be3f971d68685c2d5768896037b7633.tar
nixpkgs-cf7df9230be3f971d68685c2d5768896037b7633.tar.gz
nixpkgs-cf7df9230be3f971d68685c2d5768896037b7633.tar.bz2
nixpkgs-cf7df9230be3f971d68685c2d5768896037b7633.tar.lz
nixpkgs-cf7df9230be3f971d68685c2d5768896037b7633.tar.xz
nixpkgs-cf7df9230be3f971d68685c2d5768896037b7633.tar.zst
nixpkgs-cf7df9230be3f971d68685c2d5768896037b7633.zip
ocamlPackages.ppx_derivers: init at 1.0
Ppx_derivers is a tiny package whose sole purpose is to allow ppx_deriving and
ppx_type_conv to inter-operate gracefully when linked as part of the same
ocaml-migrate-parsetree driver.

Homepage: https://github.com/diml/ppx_derivers
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 492b22c0552..29f3ae51a0a 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -536,6 +536,8 @@ let
       then callPackage ../development/ocaml-modules/ppx_blob {}
       else null;
 
+    ppx_derivers = callPackage ../development/ocaml-modules/ppx_derivers {};
+
     ppx_deriving =
       if lib.versionAtLeast ocaml.version "4.02"
       then callPackage ../development/ocaml-modules/ppx_deriving {}