ocamlPackages.eliom: adds ocamlbuild as a dependency

This commit is contained in:
Vincent Laporte 2017-02-23 19:10:33 +00:00
parent a9b0c95ad4
commit 75b187b0f7

View File

@ -2,6 +2,7 @@
js_of_ocaml, ocaml_react, ocaml_lwt, calendar, cryptokit, tyxml,
ipaddr, ocamlnet, ocaml_ssl, ocaml_pcre, ocaml_optcomp,
reactivedata, opam, ppx_tools, ppx_deriving, findlib
, ocamlbuild
}:
assert stdenv.lib.versionAtLeast ocaml.version "4.02";
@ -19,7 +20,7 @@ stdenv.mkDerivation rec
patches = [ ./camlp4.patch ];
buildInputs = [ ocaml which findlib ocaml_optcomp opam ppx_tools ];
buildInputs = [ ocaml which findlib ocamlbuild ocaml_optcomp opam ppx_tools ];
propagatedBuildInputs = [ ocaml_lwt reactivedata tyxml ipaddr ocsigen_server ppx_deriving
ocsigen_deriving js_of_ocaml