ocamlPackages.eliom: 6.2.0 -> 6.3.0
This commit is contained in:
parent
eaf0592498
commit
8994fff8bb
@ -1,35 +1,47 @@
|
|||||||
{ stdenv, fetchurl, which, ocsigen_server, ocsigen_deriving, ocaml,
|
{ stdenv, fetchurl, which, ocsigen_server, ocsigen_deriving, ocaml, camlp4,
|
||||||
js_of_ocaml, react, lwt, calendar, cryptokit, tyxml,
|
js_of_ocaml, lwt_react, cryptokit,
|
||||||
ipaddr, ocamlnet, ssl, ocaml_pcre, ocaml_optcomp,
|
ipaddr, ocamlnet, lwt_ssl, ocaml_pcre,
|
||||||
reactivedata, opam, ppx_tools, ppx_deriving, findlib
|
opam, ppx_tools, ppx_deriving, findlib
|
||||||
, ocamlbuild
|
, js_of_ocaml-ocamlbuild, js_of_ocaml-ppx, js_of_ocaml-ppx_deriving_json
|
||||||
|
, js_of_ocaml-lwt
|
||||||
|
, js_of_ocaml-tyxml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert stdenv.lib.versionAtLeast ocaml.version "4.02";
|
assert stdenv.lib.versionAtLeast ocaml.version "4.03";
|
||||||
|
|
||||||
stdenv.mkDerivation rec
|
stdenv.mkDerivation rec
|
||||||
{
|
{
|
||||||
pname = "eliom";
|
pname = "eliom";
|
||||||
version = "6.2.0";
|
version = "6.3.0";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/ocsigen/eliom/archive/${version}.tar.gz";
|
url = "https://github.com/ocsigen/eliom/archive/${version}.tar.gz";
|
||||||
sha256 = "01c4l982ld6d1ndhb6f15ldb2li7mv0bs279d5gs99mpiwsapadx";
|
sha256 = "137hgdzv9fwkzf6xdksqy437lrf8xvrycf5jwc3z4cmpsigs6x7v";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./camlp4.patch ];
|
patches = [ ./camlp4.patch ];
|
||||||
|
|
||||||
buildInputs = [ ocaml which findlib ocamlbuild ocaml_optcomp opam ppx_tools ];
|
buildInputs = [ ocaml which findlib js_of_ocaml-ocamlbuild js_of_ocaml-ppx_deriving_json opam ppx_tools
|
||||||
|
ocsigen_deriving
|
||||||
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [ lwt reactivedata tyxml ipaddr ocsigen_server ppx_deriving
|
propagatedBuildInputs = [
|
||||||
ocsigen_deriving js_of_ocaml
|
camlp4
|
||||||
calendar cryptokit ocamlnet react ssl ocaml_pcre ];
|
cryptokit
|
||||||
|
ipaddr
|
||||||
|
js_of_ocaml-lwt
|
||||||
|
js_of_ocaml-ppx
|
||||||
|
js_of_ocaml-tyxml
|
||||||
|
lwt_react
|
||||||
|
lwt_ssl
|
||||||
|
ocamlnet ocaml_pcre
|
||||||
|
ocsigen_server
|
||||||
|
ppx_deriving
|
||||||
|
];
|
||||||
|
|
||||||
installPhase = "opam-installer -i --prefix=$out --libdir=$OCAMLFIND_DESTDIR";
|
installPhase = "opam-installer -i --prefix=$out --libdir=$OCAMLFIND_DESTDIR";
|
||||||
|
|
||||||
createFindlibDestdir = true;
|
|
||||||
|
|
||||||
setupHook = [ ./setup-hook.sh ];
|
setupHook = [ ./setup-hook.sh ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
@ -217,10 +217,7 @@ let
|
|||||||
|
|
||||||
easy-format = callPackage ../development/ocaml-modules/easy-format { };
|
easy-format = callPackage ../development/ocaml-modules/easy-format { };
|
||||||
|
|
||||||
eliom = callPackage ../development/ocaml-modules/eliom {
|
eliom = callPackage ../development/ocaml-modules/eliom { };
|
||||||
lwt = lwt2;
|
|
||||||
js_of_ocaml = js_of_ocaml_2;
|
|
||||||
};
|
|
||||||
|
|
||||||
enumerate = callPackage ../development/ocaml-modules/enumerate { };
|
enumerate = callPackage ../development/ocaml-modules/enumerate { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user