ocamlPackages.paf-cohttp: fix build using cohttp-lwt_5_3

This commit is contained in:
Marijan Petričević
2026-01-04 12:43:49 +01:00
parent fa2728963d
commit abb7416b0f
+3 -1
View File
@@ -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 { };