eff: compatibility with JSoO 3.6.0
This commit is contained in:
parent
c4e1a2f9a3
commit
2b8ee31b6d
@ -14,6 +14,10 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "1fslfj5d7fhj3f7kh558b8mk5wllwyq4rnhfkyd96fpy144sdcka";
|
sha256 = "1fslfj5d7fhj3f7kh558b8mk5wllwyq4rnhfkyd96fpy144sdcka";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace setup.ml --replace js_of_ocaml.ocamlbuild js_of_ocaml-ocamlbuild
|
||||||
|
'';
|
||||||
|
|
||||||
buildInputs = [ which ] ++ (with ocamlPackages; [
|
buildInputs = [ which ] ++ (with ocamlPackages; [
|
||||||
ocaml findlib ocamlbuild menhir js_of_ocaml js_of_ocaml-ocamlbuild
|
ocaml findlib ocamlbuild menhir js_of_ocaml js_of_ocaml-ocamlbuild
|
||||||
]);
|
]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user