summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/eliom
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-02-23 19:10:33 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-02-23 19:10:33 +0000
commit75b187b0f76cbee972ed33e17b8dab0433adb776 (patch)
treef24323c476b181e1be466f413aa59a1baf3a0608 /pkgs/development/ocaml-modules/eliom
parenta9b0c95ad43a6f44acf91294a4b097ccd50f91b8 (diff)
downloadnixpkgs-75b187b0f76cbee972ed33e17b8dab0433adb776.tar
nixpkgs-75b187b0f76cbee972ed33e17b8dab0433adb776.tar.gz
nixpkgs-75b187b0f76cbee972ed33e17b8dab0433adb776.tar.bz2
nixpkgs-75b187b0f76cbee972ed33e17b8dab0433adb776.tar.lz
nixpkgs-75b187b0f76cbee972ed33e17b8dab0433adb776.tar.xz
nixpkgs-75b187b0f76cbee972ed33e17b8dab0433adb776.tar.zst
nixpkgs-75b187b0f76cbee972ed33e17b8dab0433adb776.zip
ocamlPackages.eliom: adds ocamlbuild as a dependency
Diffstat (limited to 'pkgs/development/ocaml-modules/eliom')
-rw-r--r--pkgs/development/ocaml-modules/eliom/default.nix3
1 files changed, 2 insertions, 1 deletions
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