lol

ocamlPackages.uuidm: fix for OCaml 5.0

+4
+4
pkgs/development/ocaml-modules/uuidm/default.nix
··· 11 11 sha256 = "sha256-/GZbkJVDQu1UY8SliK282kUWAVMfOnpQadUlRT/tJrM="; 12 12 }; 13 13 14 + postPatch = '' 15 + substituteInPlace pkg/META --replace "bytes" "" 16 + ''; 17 + 14 18 strictDeps = true; 15 19 16 20 nativeBuildInputs = [ ocaml findlib ocamlbuild topkg ];