diff --git a/pkgs/development/tools/ocaml/js_of_ocaml/default.nix b/pkgs/development/tools/ocaml/js_of_ocaml/default.nix index 4443d2d53408..103b0bfa45e5 100644 --- a/pkgs/development/tools/ocaml/js_of_ocaml/default.nix +++ b/pkgs/development/tools/ocaml/js_of_ocaml/default.nix @@ -1,5 +1,5 @@ {stdenv, fetchurl, ocaml, findlib, ocaml_lwt, menhir, ocsigen_deriving, camlp4, - cmdliner}: + cmdliner, tyxml, reactivedata}: stdenv.mkDerivation { name = "js_of_ocaml-2.5"; @@ -9,7 +9,7 @@ stdenv.mkDerivation { }; buildInputs = [ocaml findlib ocaml_lwt menhir ocsigen_deriving - cmdliner camlp4]; + cmdliner tyxml camlp4 reactivedata]; patches = [ ./Makefile.conf.diff ];