ocamlPackages.js_of_ocaml: 3.1.0 -> 3.2.0

This commit is contained in:
Vincent Laporte
2018-07-14 17:17:51 +00:00
parent fdf291f922
commit 6d9ffeaa2e
2 changed files with 4 additions and 4 deletions
@@ -1,6 +1,6 @@
{ stdenv, ocaml, findlib, jbuilder, js_of_ocaml-compiler, js_of_ocaml-ppx
, ocaml-migrate-parsetree, ppx_tools_versioned
, js_of_ocaml, ocaml_lwt
, js_of_ocaml, ocaml_lwt, lwt_log
}:
stdenv.mkDerivation rec {
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
buildInputs = [ ocaml findlib jbuilder js_of_ocaml-ppx ocaml-migrate-parsetree ppx_tools_versioned ];
propagatedBuildInputs = [ js_of_ocaml ocaml_lwt ];
propagatedBuildInputs = [ js_of_ocaml ocaml_lwt lwt_log ];
buildPhase = "jbuilder build -p js_of_ocaml-lwt";
}