js_of_ocaml: propagate camlp4 dependency
This commit is contained in:
parent
3105b66dbd
commit
2727ecec37
@ -9,8 +9,8 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ocaml findlib menhir ocsigen_deriving
|
buildInputs = [ocaml findlib menhir ocsigen_deriving
|
||||||
cmdliner tyxml camlp4 reactivedata];
|
cmdliner tyxml reactivedata];
|
||||||
propagatedBuildInputs = [ ocaml_lwt ];
|
propagatedBuildInputs = [ ocaml_lwt camlp4 ];
|
||||||
|
|
||||||
patches = [ ./Makefile.conf.diff ];
|
patches = [ ./Makefile.conf.diff ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user