summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/tls/async.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/tls/async.nix')
-rw-r--r--pkgs/development/ocaml-modules/tls/async.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/tls/async.nix b/pkgs/development/ocaml-modules/tls/async.nix
index 0215ac180882..ceac7a7c0749 100644
--- a/pkgs/development/ocaml-modules/tls/async.nix
+++ b/pkgs/development/ocaml-modules/tls/async.nix
@@ -1,4 +1,4 @@
-{ lib, buildDunePackage, tls, async, cstruct-async, core, cstruct, mirage-crypto-rng-async, async_find }:
+{ lib, buildDunePackage, tls, async, cstruct-async, core, cstruct, mirage-crypto-rng-async }:
buildDunePackage rec {
pname = "tls-async";
@@ -12,7 +12,6 @@ buildDunePackage rec {
propagatedBuildInputs = [
async
- async_find
core
cstruct
cstruct-async