ocamlPackages.async_ssl: fix for OCaml 5.3

This commit is contained in:
Vincent Laporte
2025-01-28 09:11:38 +01:00
parent 3d769188ec
commit 866496759f
@@ -212,6 +212,10 @@ with self;
ctypes-foreign
openssl
];
patches = fetchpatch {
url = "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/async_ssl/no-incompatible-pointer-types-017.patch";
hash = "sha256-bpfIi97/b1hIwsFzsmhFAZV1w8CdaMxXoi72ScSYMjY=";
};
};
async_unix = janePackage {