about summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2021-10-27 09:10:44 -0300
committerVincent Laporte <vbgl@users.noreply.github.com>2021-10-28 08:27:32 +0200
commit40bad15b21f81b607f1ce54ef90d244e00b5c237 (patch)
tree6d03e5a6ba0b75bbb17e6a37c01013e13fecb20d /pkgs/top-level/ocaml-packages.nix
parentc535db45ceb6d9aaecd5d260127ecf8335000378 (diff)
ocamlPackages.dune-site: init 2.9.1
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 c9da008e8f5aa..13ed6c5a37fd7 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -321,6 +321,8 @@ let
       inherit (pkgs) opam git mercurial coreutils gnutar bzip2;
     };
 
+    dune-site = callPackage ../development/ocaml-modules/dune-site { };
+
     duration =  callPackage ../development/ocaml-modules/duration { };
 
     earley = callPackage ../development/ocaml-modules/earley { };