Merge pull request #19765 from FlorentBecker/some_buildOcaml

Update various packages to use buildOcaml, with fixes
This commit is contained in:
Michael Raskin
2016-12-30 20:47:50 +00:00
committed by GitHub
3 changed files with 21 additions and 27 deletions
@@ -8,9 +8,9 @@ stdenv.mkDerivation {
sha256 = "1dali1akyd4zmkwav0d957ynxq2jj6cc94r4xiaql7ca89ajz4jj";
};
buildInputs = [ ocaml findlib menhir ocsigen_deriving ppx_deriving
buildInputs = [ ocaml findlib menhir ocsigen_deriving
cmdliner tyxml reactivedata cppo which base64];
propagatedBuildInputs = [ ocaml_lwt camlp4 ];
propagatedBuildInputs = [ ocaml_lwt camlp4 ppx_deriving ];
patches = [ ./Makefile.conf.diff ];