ocamlPackages.eliom: adds ocamlbuild as a dependency
This commit is contained in:
parent
a9b0c95ad4
commit
75b187b0f7
@ -2,6 +2,7 @@
|
|||||||
js_of_ocaml, ocaml_react, ocaml_lwt, calendar, cryptokit, tyxml,
|
js_of_ocaml, ocaml_react, ocaml_lwt, calendar, cryptokit, tyxml,
|
||||||
ipaddr, ocamlnet, ocaml_ssl, ocaml_pcre, ocaml_optcomp,
|
ipaddr, ocamlnet, ocaml_ssl, ocaml_pcre, ocaml_optcomp,
|
||||||
reactivedata, opam, ppx_tools, ppx_deriving, findlib
|
reactivedata, opam, ppx_tools, ppx_deriving, findlib
|
||||||
|
, ocamlbuild
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert stdenv.lib.versionAtLeast ocaml.version "4.02";
|
assert stdenv.lib.versionAtLeast ocaml.version "4.02";
|
||||||
@ -19,7 +20,7 @@ stdenv.mkDerivation rec
|
|||||||
|
|
||||||
patches = [ ./camlp4.patch ];
|
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
|
propagatedBuildInputs = [ ocaml_lwt reactivedata tyxml ipaddr ocsigen_server ppx_deriving
|
||||||
ocsigen_deriving js_of_ocaml
|
ocsigen_deriving js_of_ocaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user