about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/lwt_react
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-10-05 05:57:03 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-10-05 08:39:50 +0000
commitc06e5a8d64c978e7adf66f6a00e573635b6930e2 (patch)
treefa185873d74f9e43c06e03ca5e2d2e03c3fcc9fa /pkgs/development/ocaml-modules/lwt_react
parent184f80aeb8c70f21f82b89eafc789e8a91504a8d (diff)
ocamlPackages.react: 1.2.0 -> 1.2.1
Diffstat (limited to 'pkgs/development/ocaml-modules/lwt_react')
-rw-r--r--pkgs/development/ocaml-modules/lwt_react/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/lwt_react/default.nix b/pkgs/development/ocaml-modules/lwt_react/default.nix
index 022a60dcc66f6..4d505b23ae0e2 100644
--- a/pkgs/development/ocaml-modules/lwt_react/default.nix
+++ b/pkgs/development/ocaml-modules/lwt_react/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchzip, ocaml, findlib, ocamlbuild, lwt, ocaml_react }:
+{ stdenv, fetchzip, ocaml, findlib, ocamlbuild, lwt, react }:
 
 stdenv.mkDerivation rec {
 	version = "1.0.1";
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
 
 	buildInputs = [ ocaml findlib ocamlbuild ];
 
-	propagatedBuildInputs = [ lwt ocaml_react ];
+	propagatedBuildInputs = [ lwt react ];
 
 	createFindlibDestdir = true;