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>2017-08-27 14:32:39 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-08-27 14:36:25 +0000
commit4b1a1c1846b1b673f53728a02617a39ea6907006 (patch)
tree1154c5c6c5d87f7f6bf5e928dd29ce020bcb618e /pkgs/top-level/ocaml-packages.nix
parentef2c0f317a64bc43a8052296c903087ce4442c9e (diff)
downloadnixpkgs-4b1a1c1846b1b673f53728a02617a39ea6907006.tar
nixpkgs-4b1a1c1846b1b673f53728a02617a39ea6907006.tar.gz
nixpkgs-4b1a1c1846b1b673f53728a02617a39ea6907006.tar.bz2
nixpkgs-4b1a1c1846b1b673f53728a02617a39ea6907006.tar.lz
nixpkgs-4b1a1c1846b1b673f53728a02617a39ea6907006.tar.xz
nixpkgs-4b1a1c1846b1b673f53728a02617a39ea6907006.tar.zst
nixpkgs-4b1a1c1846b1b673f53728a02617a39ea6907006.zip
js_of_ocaml-ocamlbuild: init at 3.0.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 9da6228f816..509d50ce986 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -274,6 +274,8 @@ let
 
     js_of_ocaml-compiler = callPackage ../development/tools/ocaml/js_of_ocaml/compiler.nix {};
 
+    js_of_ocaml-ocamlbuild = callPackage ../development/tools/ocaml/js_of_ocaml/ocamlbuild.nix {};
+
     jsonm = callPackage ../development/ocaml-modules/jsonm { };
 
     lablgl = callPackage ../development/ocaml-modules/lablgl { };