ocamlPackages.eliom: 6.7.0 → 6.8.0
Ensures compatibility with OCaml 4.08
This commit is contained in:
committed by
Vincent Laporte
parent
dc2f24796e
commit
be3f40bb99
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchFromGitHub, ocaml, findlib, ocsigen-toolkit, eliom, ocaml_pcre, pgocaml, macaque, safepass, yojson, ocsigen_deriving, ocsigen_server
|
||||
, js_of_ocaml-camlp4
|
||||
, js_of_ocaml-camlp4, lwt_camlp4
|
||||
, resource-pooling
|
||||
}:
|
||||
|
||||
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
||||
name = "ocaml${ocaml.version}-ocsigen-start-${version}";
|
||||
version = "1.8.0";
|
||||
|
||||
buildInputs = [ ocaml findlib eliom js_of_ocaml-camlp4 ];
|
||||
buildInputs = [ ocaml findlib eliom js_of_ocaml-camlp4 lwt_camlp4 ];
|
||||
propagatedBuildInputs = [ pgocaml macaque safepass ocaml_pcre ocsigen-toolkit yojson ocsigen_deriving ocsigen_server resource-pooling ];
|
||||
|
||||
patches = [ ./templates-dir.patch ];
|
||||
|
||||
Reference in New Issue
Block a user