tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.lwt: fix for OCaml 5.0
Vincent Laporte
2 years ago
ffcfca42
67a752bf
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
lwt
default.nix
+2
pkgs/development/ocaml-modules/lwt/default.nix
···
16
16
};
17
17
18
18
postPatch = lib.optionalString (lib.versionAtLeast ocaml.version "5.0") ''
19
19
+
substituteInPlace src/core/dune \
20
20
+
--replace "(libraries bytes)" ""
19
21
substituteInPlace src/unix/dune \
20
22
--replace "libraries bigarray lwt" "libraries lwt"
21
23
'';