summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/lwt
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2016-10-09 20:10:46 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2016-10-10 19:18:07 +0200
commitcc272dc9964303629059eabc9197794bc6e2ec9f (patch)
tree8795397ac2b83feb5cce917d91fd007136910408 /pkgs/development/ocaml-modules/lwt
parentf97d5ae81f086790f968257c7c68d07f26c0d34a (diff)
downloadnixlib-cc272dc9964303629059eabc9197794bc6e2ec9f.tar
nixlib-cc272dc9964303629059eabc9197794bc6e2ec9f.tar.gz
nixlib-cc272dc9964303629059eabc9197794bc6e2ec9f.tar.bz2
nixlib-cc272dc9964303629059eabc9197794bc6e2ec9f.tar.lz
nixlib-cc272dc9964303629059eabc9197794bc6e2ec9f.tar.xz
nixlib-cc272dc9964303629059eabc9197794bc6e2ec9f.tar.zst
nixlib-cc272dc9964303629059eabc9197794bc6e2ec9f.zip
OCaml modules: make explicit some dependencies to ocamlbuild
Diffstat (limited to 'pkgs/development/ocaml-modules/lwt')
-rw-r--r--pkgs/development/ocaml-modules/lwt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/lwt/default.nix b/pkgs/development/ocaml-modules/lwt/default.nix
index 4c99ff2b6859..9eeed1285dcc 100644
--- a/pkgs/development/ocaml-modules/lwt/default.nix
+++ b/pkgs/development/ocaml-modules/lwt/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchzip, which, cryptopp, ocaml, findlib, ocaml_react, ocaml_ssl, libev, pkgconfig, ncurses, ocaml_oasis, ocaml_text, glib, camlp4, ppx_tools }:
+{ stdenv, fetchzip, which, cryptopp, ocaml, findlib, ocamlbuild, ocaml_react, ocaml_ssl, libev, pkgconfig, ncurses, ocaml_oasis, ocaml_text, glib, camlp4, ppx_tools }:
 
 let
   inherit (stdenv.lib) optional getVersion versionAtLeast;
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
     sha256 = "0gmhm282r8yi0gwcv0g2s7qchkfjmhqbqf4j9frlyv665ink9kxl";
   };
 
-  buildInputs = [ ocaml_oasis pkgconfig which cryptopp ocaml findlib glib ncurses camlp4 ppx_tools ];
+  buildInputs = [ ocaml_oasis pkgconfig which cryptopp ocaml findlib ocamlbuild glib ncurses camlp4 ppx_tools ];
 
   propagatedBuildInputs = [ ocaml_react ocaml_ssl ocaml_text libev ];