js_of_ocaml: propagate camlp4 dependency

This commit is contained in:
Vincent Laporte 2015-06-25 00:57:16 +02:00
parent 3105b66dbd
commit 2727ecec37

View file

@ -9,8 +9,8 @@ stdenv.mkDerivation {
};
buildInputs = [ocaml findlib menhir ocsigen_deriving
cmdliner tyxml camlp4 reactivedata];
propagatedBuildInputs = [ ocaml_lwt ];
cmdliner tyxml reactivedata];
propagatedBuildInputs = [ ocaml_lwt camlp4 ];
patches = [ ./Makefile.conf.diff ];