ocamlPackages.xtmpl: compatibility with JSoO 3.6.0
This commit is contained in:
parent
4059ac951b
commit
c4e1a2f9a3
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user