From abb7416b0f78f2b5c44a2d75c37bdd8d1ce2b552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marijan=20Petri=C4=8Devi=C4=87?= Date: Mon, 15 Dec 2025 22:28:51 +0700 Subject: [PATCH] ocamlPackages.paf-cohttp: fix build using cohttp-lwt_5_3 --- pkgs/top-level/ocaml-packages.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix index 250a2f481fcf..107ab2b98a9b 100644 --- a/pkgs/top-level/ocaml-packages.nix +++ b/pkgs/top-level/ocaml-packages.nix @@ -1653,7 +1653,9 @@ let paf = callPackage ../development/ocaml-modules/paf { }; - paf-cohttp = callPackage ../development/ocaml-modules/paf/cohttp.nix { }; + paf-cohttp = callPackage ../development/ocaml-modules/paf/cohttp.nix { + cohttp-lwt = cohttp-lwt_5_3; + }; parany = callPackage ../development/ocaml-modules/parany { };