From 4afd690197df232cdad74de21a4c55ec2254d8e0 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 29 Oct 2020 06:24:39 +0100 Subject: [PATCH] ocamlPackages.webmachine: use Dune 2 --- pkgs/development/ocaml-modules/webmachine/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/ocaml-modules/webmachine/default.nix b/pkgs/development/ocaml-modules/webmachine/default.nix index 3bf163607cd2..afb26cfb354b 100644 --- a/pkgs/development/ocaml-modules/webmachine/default.nix +++ b/pkgs/development/ocaml-modules/webmachine/default.nix @@ -6,6 +6,7 @@ buildDunePackage rec { pname = "webmachine"; version = "0.6.2"; + useDune2 = true; minimumOCamlVersion = "4.04";