ocamlPackages.xtmpl: compatibility with JSoO 3.6.0

This commit is contained in:
Vincent Laporte 2020-06-21 07:33:14 +02:00 committed by Vincent Laporte
parent 4059ac951b
commit c4e1a2f9a3

View File

@ -17,6 +17,10 @@ stdenv.mkDerivation rec {
patches = [ ./jsoo.patch ];
postPatch = ''
substituteInPlace Makefile --replace js_of_ocaml.ppx js_of_ocaml-ppx
'';
buildInputs = [ ocaml findlib ppx_tools js_of_ocaml js_of_ocaml-ppx ];
propagatedBuildInputs = [ iri re ];