ocamlPackages.js_of_ocaml: link to ppx_deriving

This commit is contained in:
Vincent Laporte 2016-10-15 16:32:17 +02:00
parent 5fc012ecab
commit 5a5d051ed0

View File

@ -1,4 +1,4 @@
{stdenv, fetchurl, ocaml, findlib, ocaml_lwt, menhir, ocsigen_deriving, camlp4, { stdenv, fetchurl, ocaml, findlib, ocaml_lwt, menhir, ocsigen_deriving, ppx_deriving, camlp4,
cmdliner, tyxml, reactivedata, cppo, which, base64}: cmdliner, tyxml, reactivedata, cppo, which, base64}:
stdenv.mkDerivation { stdenv.mkDerivation {
@ -8,7 +8,7 @@ stdenv.mkDerivation {
sha256 = "1dali1akyd4zmkwav0d957ynxq2jj6cc94r4xiaql7ca89ajz4jj"; sha256 = "1dali1akyd4zmkwav0d957ynxq2jj6cc94r4xiaql7ca89ajz4jj";
}; };
buildInputs = [ocaml findlib menhir ocsigen_deriving buildInputs = [ ocaml findlib menhir ocsigen_deriving ppx_deriving
cmdliner tyxml reactivedata cppo which base64]; cmdliner tyxml reactivedata cppo which base64];
propagatedBuildInputs = [ ocaml_lwt camlp4 ]; propagatedBuildInputs = [ ocaml_lwt camlp4 ];