ocamlPackages.conduit-async: Add async_ssl to propagatedBuildInputs

This commit is contained in:
Aaron L. Zeng
2020-08-28 11:33:33 -04:00
parent 48e06000c2
commit 91337f4169
2 changed files with 4 additions and 2 deletions
@@ -9,6 +9,7 @@ else
buildDunePackage {
pname = "cohttp-async";
useDune2 = true;
inherit (cohttp) version src;
buildInputs = [ ppx_sexp_conv ];