Merge pull request #19765 from FlorentBecker/some_buildOcaml
Update various packages to use buildOcaml, with fixes
This commit is contained in:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user