about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ojquery
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-08-27 14:44:39 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-08-27 14:55:12 +0000
commit935e991b724b096d78571c22d735dcbc8894515b (patch)
tree5a4f414cb93d52a596b45e99511dc385be24c19f /pkgs/development/ocaml-modules/ojquery
parent4b1a1c1846b1b673f53728a02617a39ea6907006 (diff)
downloadnixlib-935e991b724b096d78571c22d735dcbc8894515b.tar
nixlib-935e991b724b096d78571c22d735dcbc8894515b.tar.gz
nixlib-935e991b724b096d78571c22d735dcbc8894515b.tar.bz2
nixlib-935e991b724b096d78571c22d735dcbc8894515b.tar.lz
nixlib-935e991b724b096d78571c22d735dcbc8894515b.tar.xz
nixlib-935e991b724b096d78571c22d735dcbc8894515b.tar.zst
nixlib-935e991b724b096d78571c22d735dcbc8894515b.zip
js_of_ocaml: 2.8.4 -> 3.0.0
js_of_ocaml-camlp4: init at 3.0.0

js_of_ocaml-ppx: init at 3.0.0
Diffstat (limited to 'pkgs/development/ocaml-modules/ojquery')
-rw-r--r--pkgs/development/ocaml-modules/ojquery/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/ojquery/default.nix b/pkgs/development/ocaml-modules/ojquery/default.nix
index ec4a6114810b..6e9ca15fb382 100644
--- a/pkgs/development/ocaml-modules/ojquery/default.nix
+++ b/pkgs/development/ocaml-modules/ojquery/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchgit, ocaml, findlib, ocamlbuild, js_of_ocaml, camlp4 }:
+{ stdenv, fetchgit, ocaml, findlib, ocamlbuild, js_of_ocaml, js_of_ocaml-camlp4, camlp4, lwt3, ocaml_react }:
 
 stdenv.mkDerivation rec {
   version = "0.1";
@@ -9,8 +9,8 @@ stdenv.mkDerivation rec {
     sha256 = "1n01bsk4car40p94fk1ssvww0inqapwwhdylmrb7vv40drsdldp1";
   };
 
-  buildInputs = [ ocaml findlib ocamlbuild ];
-  propagatedBuildInputs = [ js_of_ocaml camlp4 ];
+  buildInputs = [ ocaml findlib ocamlbuild js_of_ocaml-camlp4 camlp4 ];
+  propagatedBuildInputs = [ js_of_ocaml lwt3 ocaml_react ];
 
   createFindlibDestdir = true;