summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/eliom
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-01-04 08:43:44 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2021-01-07 08:40:26 +0100
commit90d4109c23da03daeb7dece49f7f16492ae3d96c (patch)
treecae8c31c028c8f795943837a33e5b0918ba63621 /pkgs/development/ocaml-modules/eliom
parente65e269b5e2b2e06400d1be26ba3c8e6cc6b0abc (diff)
downloadnixpkgs-90d4109c23da03daeb7dece49f7f16492ae3d96c.tar
nixpkgs-90d4109c23da03daeb7dece49f7f16492ae3d96c.tar.gz
nixpkgs-90d4109c23da03daeb7dece49f7f16492ae3d96c.tar.bz2
nixpkgs-90d4109c23da03daeb7dece49f7f16492ae3d96c.tar.lz
nixpkgs-90d4109c23da03daeb7dece49f7f16492ae3d96c.tar.xz
nixpkgs-90d4109c23da03daeb7dece49f7f16492ae3d96c.tar.zst
nixpkgs-90d4109c23da03daeb7dece49f7f16492ae3d96c.zip
ocamlPackages.lwt_ppx: 2.0.1 → 2.0.2
Diffstat (limited to 'pkgs/development/ocaml-modules/eliom')
-rw-r--r--pkgs/development/ocaml-modules/eliom/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/eliom/default.nix b/pkgs/development/ocaml-modules/eliom/default.nix
index de2955e57c9..5d3c5310044 100644
--- a/pkgs/development/ocaml-modules/eliom/default.nix
+++ b/pkgs/development/ocaml-modules/eliom/default.nix
@@ -1,6 +1,7 @@
 { stdenv, fetchzip, which, ocsigen_server, ocaml,
   lwt_react,
   opaline, ppx_deriving, findlib
+, ppx_tools_versioned
 , js_of_ocaml-ocamlbuild, js_of_ocaml-ppx, js_of_ocaml-ppx_deriving_json
 , js_of_ocaml-lwt
 , js_of_ocaml-tyxml
@@ -22,6 +23,7 @@ stdenv.mkDerivation rec
   };
 
   buildInputs = [ ocaml which findlib js_of_ocaml-ocamlbuild js_of_ocaml-ppx_deriving_json opaline
+    ppx_tools_versioned
   ];
 
   propagatedBuildInputs = [