ocamlPackages.{angstrom,cstruct,ezjsonm,hex,io-page}: depend on ocamlbuild

This commit is contained in:
Vincent Laporte
2017-03-04 05:33:30 +00:00
parent 5a0c577d32
commit 708bcdb307
5 changed files with 10 additions and 10 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, ocaml, cstruct, result, findlib, ocaml_oasis }:
{ stdenv, fetchFromGitHub, ocaml, ocamlbuild, cstruct, result, findlib, ocaml_oasis }:
stdenv.mkDerivation rec {
version = "0.3.0";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
createFindlibDestdir = true;
buildInputs = [ ocaml ocaml_oasis findlib ];
buildInputs = [ ocaml ocaml_oasis findlib ocamlbuild ];
propagatedBuildInputs = [ result cstruct ];
meta = {