ocamlPackages.xtmpl: fix for jsoo ≥ 3.4.0

This commit is contained in:
Vincent Laporte
2019-09-14 06:54:35 +00:00
committed by Vincent Laporte
parent 5a5a87cd00
commit 912f03d0d4
2 changed files with 28 additions and 0 deletions
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
sha256 = "1hq6y4rhz958q40145k4av8hx8jyvspg78xf741samd7vc3jd221";
};
patches = [ ./jsoo.patch ];
buildInputs = [ ocaml findlib ppx_tools js_of_ocaml js_of_ocaml-ppx ];
propagatedBuildInputs = [ iri re ];