summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2018-04-11 17:54:19 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2018-04-18 09:38:23 +0200
commit20c035b9067562ef72bf66cd3b053e9a6d121af0 (patch)
tree2cb294de61d39861393b404611728d00de36e575 /pkgs/top-level/ocaml-packages.nix
parenta5ae3b57314b98ca78dd7f41654b3cbf63a629da (diff)
downloadnixpkgs-20c035b9067562ef72bf66cd3b053e9a6d121af0.tar
nixpkgs-20c035b9067562ef72bf66cd3b053e9a6d121af0.tar.gz
nixpkgs-20c035b9067562ef72bf66cd3b053e9a6d121af0.tar.bz2
nixpkgs-20c035b9067562ef72bf66cd3b053e9a6d121af0.tar.lz
nixpkgs-20c035b9067562ef72bf66cd3b053e9a6d121af0.tar.xz
nixpkgs-20c035b9067562ef72bf66cd3b053e9a6d121af0.tar.zst
nixpkgs-20c035b9067562ef72bf66cd3b053e9a6d121af0.zip
ocamlPackages.js_of_ocaml-tyxml: init at 3.1.0
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index f101a883df3..72bcc45c48e 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -334,6 +334,8 @@ let
 
     js_of_ocaml-ppx_deriving_json = callPackage ../development/tools/ocaml/js_of_ocaml/ppx_deriving_json.nix {};
 
+    js_of_ocaml-tyxml = callPackage ../development/tools/ocaml/js_of_ocaml/tyxml.nix {};
+
     jsonm = callPackage ../development/ocaml-modules/jsonm { };
 
     lablgl = callPackage ../development/ocaml-modules/lablgl { };