From 912f03d0d45d5bc9321733496e7d3b9322840938 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Fri, 6 Sep 2019 16:01:55 +0000 Subject: ocamlPackages.xtmpl: fix for jsoo ≥ 3.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/xtmpl/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/ocaml-modules/xtmpl/default.nix') diff --git a/pkgs/development/ocaml-modules/xtmpl/default.nix b/pkgs/development/ocaml-modules/xtmpl/default.nix index 4c5d1edcb09..2c4cf4928db 100644 --- a/pkgs/development/ocaml-modules/xtmpl/default.nix +++ b/pkgs/development/ocaml-modules/xtmpl/default.nix @@ -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 ]; -- cgit 1.4.1