lol

ocamlPackages.lwt: fix for OCaml 5.0

+2
+2
pkgs/development/ocaml-modules/lwt/default.nix
··· 16 16 }; 17 17 18 18 postPatch = lib.optionalString (lib.versionAtLeast ocaml.version "5.0") '' 19 + substituteInPlace src/core/dune \ 20 + --replace "(libraries bytes)" "" 19 21 substituteInPlace src/unix/dune \ 20 22 --replace "libraries bigarray lwt" "libraries lwt" 21 23 '';