summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-03-16 01:28:51 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-03-16 12:38:03 +0100
commit176ab26ccef83b742ae2c6beffe573968f4f20c0 (patch)
tree61d15a918e4d438c2bbfc7f1d5e7c41727fc9b0b /pkgs/top-level/ocaml-packages.nix
parente166dacffbe1b9de1dcf601b2ef488d528f5da63 (diff)
downloadnixpkgs-176ab26ccef83b742ae2c6beffe573968f4f20c0.tar
nixpkgs-176ab26ccef83b742ae2c6beffe573968f4f20c0.tar.gz
nixpkgs-176ab26ccef83b742ae2c6beffe573968f4f20c0.tar.bz2
nixpkgs-176ab26ccef83b742ae2c6beffe573968f4f20c0.tar.lz
nixpkgs-176ab26ccef83b742ae2c6beffe573968f4f20c0.tar.xz
nixpkgs-176ab26ccef83b742ae2c6beffe573968f4f20c0.tar.zst
nixpkgs-176ab26ccef83b742ae2c6beffe573968f4f20c0.zip
ocamlPackages.luv: init at 0.5.7
Enabling tests is not feasible as the test suite takes > 45min (haven't
even run it to completion yet) which is not a good idea in ocamlPackages
where you often have to build from source. Additionally it would require
fetching the git repository since the test suite is not contained in the
release tarball.

Co-authored-by: locallycompact <dan.firth@homotopic.tech>
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index 3c8c500d8b5..2a95409bca7 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -572,6 +572,10 @@ let
 
     lua-ml = callPackage ../development/ocaml-modules/lua-ml { };
 
+    luv = callPackage ../development/ocaml-modules/luv {
+      inherit (pkgs) file;
+    };
+
     lwt = callPackage ../development/ocaml-modules/lwt {
       ocaml-migrate-parsetree = ocaml-migrate-parsetree-2-1;
     };