dune: 1.9.2 -> 1.10.0 (#62256)

* dune: 1.9.2 -> 1.10.0

* ocamlPackages.camomile: use jbuilder executable

* ocamlPackages.sqlexpr: fix build

* ocamlPackages.lwt_camlp4: fix build
This commit is contained in:
Mario Rodas
2019-07-05 12:28:06 +00:00
committed by Vincent Laporte
parent c5273fae16
commit 88c2586958
4 changed files with 19 additions and 7 deletions
@@ -15,6 +15,8 @@ buildDunePackage rec {
propagatedBuildInputs = [ camlp4 ];
preBuild = "rm META.lwt_camlp4";
meta = {
description = "Camlp4 syntax extension for Lwt (deprecated)";
license = lib.licenses.lgpl21;