ocamlPackages.ansiterminal: fix for OCaml 5.0

This commit is contained in:
Vincent Laporte 2023-06-12 08:48:20 +02:00
parent a70967020f
commit 03dc92bce1
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -9,6 +9,10 @@ buildDunePackage rec {
hash = "sha256-q3OyGLajAmfSu8QzEtzzE5gbiwvsVV2SsGuHZkst0w4=";
};
postPatch = ''
substituteInPlace src/dune --replace 'libraries unix bytes' 'libraries unix'
'';
doCheck = true;
meta = with lib; {