eff: compatibility with JSoO 3.6.0

This commit is contained in:
Vincent Laporte 2020-06-21 07:33:19 +02:00 committed by Vincent Laporte
parent c4e1a2f9a3
commit 2b8ee31b6d

View file

@ -14,6 +14,10 @@ stdenv.mkDerivation {
sha256 = "1fslfj5d7fhj3f7kh558b8mk5wllwyq4rnhfkyd96fpy144sdcka";
};
postPatch = ''
substituteInPlace setup.ml --replace js_of_ocaml.ocamlbuild js_of_ocaml-ocamlbuild
'';
buildInputs = [ which ] ++ (with ocamlPackages; [
ocaml findlib ocamlbuild menhir js_of_ocaml js_of_ocaml-ocamlbuild
]);