about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/lwt_log
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-02-08 09:04:12 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2021-02-12 17:42:29 +0100
commit0279876952630f87edb8957698fb7280ba499e70 (patch)
treeb77c0e849a10704ff702ac6726a636ad2fb8c5e6 /pkgs/development/ocaml-modules/lwt_log
parente4b1824c5bfdf1d2d64990cab370cd061efc7450 (diff)
ocamlPackages.lwt: 5.3.0 → 5.4.0
Diffstat (limited to 'pkgs/development/ocaml-modules/lwt_log')
-rw-r--r--pkgs/development/ocaml-modules/lwt_log/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/lwt_log/default.nix b/pkgs/development/ocaml-modules/lwt_log/default.nix
index 05a5a28dcd7ba..9213e1af94f27 100644
--- a/pkgs/development/ocaml-modules/lwt_log/default.nix
+++ b/pkgs/development/ocaml-modules/lwt_log/default.nix
@@ -4,6 +4,8 @@ buildDunePackage rec {
   pname = "lwt_log";
   version = "1.1.1";
 
+  useDune2 = true;
+
   minimumOCamlVersion = "4.02";
 
   src = fetchFromGitHub {