ocamlPackages.omd: fix for OCaml 5.0

This commit is contained in:
Vincent Laporte 2023-06-05 07:41:56 +02:00 committed by Vincent Laporte
parent 09c1d496d9
commit c98657f164

View File

@ -11,6 +11,10 @@ buildDunePackage rec {
sha256 = "sha256-YCPhZCYx8I9njrVyWCCHnte7Wj/+53fN7evCjB+F+ts=";
};
preBuild = ''
substituteInPlace src/dune --replace "bytes)" ")"
'';
meta = {
description = "Extensible Markdown library and tool in OCaml";
homepage = "https://github.com/ocaml/omd";