From 75b187b0f76cbee972ed33e17b8dab0433adb776 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 23 Feb 2017 19:10:33 +0000 Subject: [PATCH] ocamlPackages.eliom: adds ocamlbuild as a dependency --- pkgs/development/ocaml-modules/eliom/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/eliom/default.nix b/pkgs/development/ocaml-modules/eliom/default.nix index f3c9f4cecef..d7b0bbd3d48 100644 --- a/pkgs/development/ocaml-modules/eliom/default.nix +++ b/pkgs/development/ocaml-modules/eliom/default.nix @@ -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