eliom: fix build with OCaml-4.02

This commit is contained in:
Vincent Laporte
2015-06-25 08:55:28 +02:00
parent e63c1ea33e
commit bce75f1d1a
2 changed files with 26 additions and 0 deletions
@@ -14,6 +14,8 @@ stdenv.mkDerivation rec
sha256 = "10v7mrq3zsbxdlg8k8xif777mbvcdpabvnd1g7p2yqivr7f1qm24";
};
patches = [ ./camlp4.patch ];
buildInputs = [ocaml which ocsigen_server findlib ocsigen_deriving
js_of_ocaml ocaml_optcomp opam];