mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
ocamlPackages.ansiterminal: fix for OCaml 5.0
This commit is contained in:
parent
a70967020f
commit
03dc92bce1
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue