Loading pkgs/development/ocaml-modules/ansiterminal/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,10 @@ buildDunePackage rec { hash = "sha256-q3OyGLajAmfSu8QzEtzzE5gbiwvsVV2SsGuHZkst0w4="; }; postPatch = '' substituteInPlace src/dune --replace 'libraries unix bytes' 'libraries unix' ''; doCheck = true; meta = with lib; { Loading Loading
pkgs/development/ocaml-modules/ansiterminal/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,10 @@ buildDunePackage rec { hash = "sha256-q3OyGLajAmfSu8QzEtzzE5gbiwvsVV2SsGuHZkst0w4="; }; postPatch = '' substituteInPlace src/dune --replace 'libraries unix bytes' 'libraries unix' ''; doCheck = true; meta = with lib; { Loading