Unverified Commit 86649675 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.async_ssl: fix for OCaml 5.3

parent 3d769188
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 {