From 45cafcff5c63ddca2a214c68507e1f6dd67c8ae2 Mon Sep 17 00:00:00 2001 From: glyh Date: Sun, 4 May 2025 14:10:02 +0800 Subject: [PATCH] Dependency: Remove async_ssl --- nix/ocaml.nix | 8 +------- opam.export | 1 - src/app/cli/src/init/dune | 1 - 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/nix/ocaml.nix b/nix/ocaml.nix index be18319f37f4..efcdbb4e625f 100644 --- a/nix/ocaml.nix +++ b/nix/ocaml.nix @@ -38,13 +38,7 @@ let }; implicit-deps-overlay = self: super: - (if pkgs.stdenv.isDarwin then { - async_ssl = super.async_ssl.overrideAttrs { - NIX_CFLAGS_COMPILE = - "-Wno-implicit-function-declaration -Wno-incompatible-function-pointer-types"; - }; - } else - { }) // { + { # https://github.com/Drup/ocaml-lmdb/issues/41 lmdb = super.lmdb.overrideAttrs (oa: { buildInputs = oa.buildInputs ++ [ self.conf-pkg-config ]; }); diff --git a/opam.export b/opam.export index 6896719355c8..537c6e556d59 100644 --- a/opam.export +++ b/opam.export @@ -53,7 +53,6 @@ installed: [ "async.v0.14.0" "async_kernel.v0.14.0" "async_rpc_kernel.v0.14.0" - "async_ssl.v0.14.0" "async_unix.v0.14.0" "base.v0.14.3" "base-bigarray.base" diff --git a/src/app/cli/src/init/dune b/src/app/cli/src/init/dune index af5c8d92ca87..3a42bdc1c832 100644 --- a/src/app/cli/src/init/dune +++ b/src/app/cli/src/init/dune @@ -13,7 +13,6 @@ stdio integers astring - async_ssl sexplib0 async.async_rpc result