about summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorMihai Fufezan <fufexan@pm.me>2021-08-27 10:33:50 +0300
committerVincent Laporte <vbgl@users.noreply.github.com>2021-08-27 12:00:16 +0200
commit843eebbd8e0a951e5c2c3f1cd2e17a39f6c08701 (patch)
tree9fcd7192d12445cebdb31374fde9ac2162130011 /pkgs/top-level/ocaml-packages.nix
parentdd37bf5d75fd1fbfc7e71d46c9db926909198eef (diff)
ocamlPackages.noise: init at 0.2.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 5f002e6d7c4cd..b0d1337942d58 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -808,6 +808,8 @@ let
 
     nocrypto =  callPackage ../development/ocaml-modules/nocrypto { };
 
+    noise = callPackage ../development/ocaml-modules/noise { };
+
     nonstd =  callPackage ../development/ocaml-modules/nonstd { };
 
     notty = callPackage ../development/ocaml-modules/notty { };