Unverified Commit 76a1f695 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.uuidm: fix for OCaml 5.0

parent 93ebabef
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -11,6 +11,10 @@ stdenv.mkDerivation rec {
    sha256 = "sha256-/GZbkJVDQu1UY8SliK282kUWAVMfOnpQadUlRT/tJrM=";
  };

  postPatch = ''
    substituteInPlace pkg/META --replace "bytes" ""
  '';

  strictDeps = true;

  nativeBuildInputs = [ ocaml findlib ocamlbuild topkg ];