ocamlPackages.cohttp: use Dune 2

This commit is contained in:
Vincent Laporte
2020-10-30 20:30:56 +01:00
committed by Vincent Laporte
parent 4afd690197
commit 8b1ceeb896
2 changed files with 3 additions and 1 deletions
@@ -7,6 +7,8 @@ buildDunePackage rec {
pname = "cohttp";
version = "2.5.4";
useDune2 = true;
minimumOCamlVersion = "4.04.1";
src = fetchurl {
@@ -8,7 +8,7 @@ else
buildDunePackage {
pname = "cohttp-lwt";
inherit (cohttp) version src meta;
inherit (cohttp) version src useDune2 meta;
buildInputs = [ uri ppx_sexp_conv ];