From 427dae5a60de77a3d03f5252e22baf9899aea298 Mon Sep 17 00:00:00 2001 From: "Aaron L. Zeng" Date: Mon, 15 Dec 2025 20:25:19 -0500 Subject: [PATCH] ocamlPackages.conduit-async: Add back async_ssl dependency This dependency is required for Cohttp_async to be able to establish HTTPS connections. --- pkgs/development/ocaml-modules/conduit/async.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/ocaml-modules/conduit/async.nix b/pkgs/development/ocaml-modules/conduit/async.nix index c883cf181c8e..13c7939f11f7 100644 --- a/pkgs/development/ocaml-modules/conduit/async.nix +++ b/pkgs/development/ocaml-modules/conduit/async.nix @@ -1,6 +1,7 @@ { buildDunePackage, async, + async_ssl ? null, ppx_sexp_conv, ppx_here, uri, @@ -25,6 +26,7 @@ buildDunePackage { propagatedBuildInputs = [ async + async_ssl conduit uri ipaddr