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>2022-04-18 18:29:49 -0300
committerVincent Laporte <vbgl@users.noreply.github.com>2022-04-19 10:23:56 +0200
commitb2b02f3026e2e44760d933af10525154c4799bae (patch)
treebcd96cdb8d9f01bf6684efcc0fb89a9da4fe4d10 /pkgs/top-level/ocaml-packages.nix
parent430c56976febb06ab26d839ca45b7c52d46d74f5 (diff)
ocamlPackages.rebez: init unstable-2019-06-20
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 9998cc59c4082..68ffcdcec7763 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -1260,6 +1260,8 @@ let
 
     reason-native = lib.recurseIntoAttrs (callPackage ../development/ocaml-modules/reason-native { });
 
+    rebez = callPackage ../development/ocaml-modules/rebez { };
+
     rfc7748 = callPackage ../development/ocaml-modules/rfc7748 { };
 
     ezresto = callPackage ../development/ocaml-modules/resto/ezresto.nix { };