framac: fix build with OCaml ≥ 5

This commit is contained in:
Vincent Laporte 2024-01-10 06:35:02 +01:00 committed by Vincent Laporte
parent fff96c57d4
commit 4873da366c

View file

@ -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;