ocamlPackages.cohttp: use dune 3

This commit is contained in:
Vincent Laporte 2023-01-09 10:34:22 +01:00 committed by Vincent Laporte
parent 4ad9083fee
commit d3491557ef
5 changed files with 9 additions and 0 deletions

View file

@ -28,6 +28,8 @@ buildDunePackage {
src
;
duneVersion = "3";
buildInputs = [ ppx_sexp_conv ];
propagatedBuildInputs = [

View file

@ -9,6 +9,7 @@ buildDunePackage rec {
version = "5.0.0";
minimalOCamlVersion = "4.08";
duneVersion = "3";
src = fetchurl {
url = "https://github.com/mirage/ocaml-cohttp/releases/download/v${version}/cohttp-${version}.tbz";

View file

@ -9,6 +9,8 @@ buildDunePackage {
pname = "cohttp-lwt-unix";
inherit (cohttp-lwt) version src;
duneVersion = "3";
buildInputs = [ cmdliner ppx_sexp_conv ];
propagatedBuildInputs = [

View file

@ -7,6 +7,8 @@ buildDunePackage {
src
;
duneVersion = "3";
buildInputs = [ ppx_sexp_conv ];
propagatedBuildInputs = [

View file

@ -10,6 +10,8 @@ buildDunePackage {
inherit (cohttp) version src;
duneVersion = "3";
nativeBuildInputs = [ ppx_sexp_conv ];
propagatedBuildInputs = [