summaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/react/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/react/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/react/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/react/default.nix b/pkgs/development/ocaml-modules/react/default.nix
index f9fe95b89dc2..2dffbcf440f9 100644
--- a/pkgs/development/ocaml-modules/react/default.nix
+++ b/pkgs/development/ocaml-modules/react/default.nix
@@ -1,15 +1,15 @@
-{stdenv, fetchurl, ocaml, findlib, opam}:
+{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, opam }:
stdenv.mkDerivation {
name = "ocaml-react-1.2.0";
src = fetchurl {
url = http://erratique.ch/software/react/releases/react-1.2.0.tbz;
- sha256 = "1gymn8hy7ga0l9qymmb1jcnnkqvy7l2zr87xavzqz0dfi9ci8dm7";
+ sha256 = "0knhgbngphv5sp1yskfd97crf169qhpc0igr6w7vqw0q36lswyl8";
};
unpackCmd = "tar xjf $src";
- buildInputs = [ocaml findlib opam];
+ buildInputs = [ ocaml findlib ocamlbuild opam ];
createFindlibDestdir = true;