about 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>2022-05-23 22:05:50 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2022-05-29 14:57:07 +0200
commita1e9a866e1cfa5ae02fdf52b2799c185ce24b0f8 (patch)
tree4ae2a88739325a3410096b0df82519aae75859cd /pkgs/top-level/ocaml-packages.nix
parentf2be2aa1d5813720c568509a85e4d04eb533c8fc (diff)
ocamlPackages.yuujinchou: init at 2.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 e61eedf151ec8..546c37149f709 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -1457,6 +1457,8 @@ let
 
     yuscii = callPackage ../development/ocaml-modules/yuscii { };
 
+    yuujinchou = callPackage ../development/ocaml-modules/yuujinchou { };
+
     z3 = callPackage ../development/ocaml-modules/z3 {
       inherit (pkgs) z3;
     };