framac: fix build with OCaml ≥ 5
This commit is contained in:
parent
fff96c57d4
commit
4873da366c
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@ stdenv.mkDerivation rec {
|
|||
hash = "sha256-KWEogjMOy27d0LTKOvwEkrcND+szeaG46JMZTG4XOYM=";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace src/dune --replace " bytes " " "
|
||||
'';
|
||||
|
||||
postConfigure = "patchShebangs src/plugins/eva/gen-api.sh";
|
||||
|
||||
strictDeps = true;
|
||||
|
|
Loading…
Reference in a new issue