Unverified Commit 03dc92bc authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.ansiterminal: fix for OCaml 5.0

parent a7096702
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -9,6 +9,10 @@ buildDunePackage rec {
    hash = "sha256-q3OyGLajAmfSu8QzEtzzE5gbiwvsVV2SsGuHZkst0w4=";
  };

  postPatch = ''
    substituteInPlace src/dune --replace 'libraries unix bytes' 'libraries unix'
  '';

  doCheck = true;

  meta = with lib; {