Unverified Commit aeb0d80c authored by Ulrik Strid's avatar Ulrik Strid Committed by GitHub
Browse files

Merge pull request #235016 from vbgl/ocaml-uuidm-fix-for-5.0

ocamlPackages.uuidm: fix for OCaml 5.0
parents 88e391f0 76a1f695
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 ];