ocamlPackages.react: 1.2.0 -> 1.2.1

This commit is contained in:
Vincent Laporte
2017-10-05 05:57:03 +00:00
parent 184f80aeb8
commit c06e5a8d64
11 changed files with 27 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchgit, ocaml, findlib, ocamlbuild, js_of_ocaml, js_of_ocaml-camlp4, camlp4, lwt3, ocaml_react }:
{ stdenv, fetchgit, ocaml, findlib, ocamlbuild, js_of_ocaml, js_of_ocaml-camlp4, camlp4, lwt3, react }:
stdenv.mkDerivation rec {
version = "0.1";
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ ocaml findlib ocamlbuild js_of_ocaml-camlp4 camlp4 ];
propagatedBuildInputs = [ js_of_ocaml lwt3 ocaml_react ];
propagatedBuildInputs = [ js_of_ocaml lwt3 react ];
createFindlibDestdir = true;