summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/xtmpl/default.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-08-27 14:44:39 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-08-27 14:55:12 +0000
commit935e991b724b096d78571c22d735dcbc8894515b (patch)
tree5a4f414cb93d52a596b45e99511dc385be24c19f /pkgs/development/ocaml-modules/xtmpl/default.nix
parent4b1a1c1846b1b673f53728a02617a39ea6907006 (diff)
downloadnixpkgs-935e991b724b096d78571c22d735dcbc8894515b.tar
nixpkgs-935e991b724b096d78571c22d735dcbc8894515b.tar.gz
nixpkgs-935e991b724b096d78571c22d735dcbc8894515b.tar.bz2
nixpkgs-935e991b724b096d78571c22d735dcbc8894515b.tar.lz
nixpkgs-935e991b724b096d78571c22d735dcbc8894515b.tar.xz
nixpkgs-935e991b724b096d78571c22d735dcbc8894515b.tar.zst
nixpkgs-935e991b724b096d78571c22d735dcbc8894515b.zip
js_of_ocaml: 2.8.4 -> 3.0.0
js_of_ocaml-camlp4: init at 3.0.0

js_of_ocaml-ppx: init at 3.0.0
Diffstat (limited to 'pkgs/development/ocaml-modules/xtmpl/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/xtmpl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/xtmpl/default.nix b/pkgs/development/ocaml-modules/xtmpl/default.nix
index 77569c44bec..0d25b3785fc 100644
--- a/pkgs/development/ocaml-modules/xtmpl/default.nix
+++ b/pkgs/development/ocaml-modules/xtmpl/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchFromGitHub, ocaml, findlib, uutf, sedlex, ppx_tools, js_of_ocaml
-, re }:
+, js_of_ocaml-camlp4, camlp4, re }:
 
 if stdenv.lib.versionOlder ocaml.version "4.03"
 then throw "xtmpl not supported for ocaml ${ocaml.version}"
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
     sha256 = "1dj5b4b266y4d8q3v1g0xsivz4vkhj0gi0jis37w84xcnlgiik8k";
   };
 
-  buildInputs = [ ocaml findlib ppx_tools js_of_ocaml ];
+  buildInputs = [ ocaml findlib ppx_tools js_of_ocaml js_of_ocaml-camlp4 camlp4 ];
   propagatedBuildInputs = [ sedlex uutf re ];
 
   createFindlibDestdir = true;