about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/webmachine
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-10-29 06:24:39 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2020-10-30 20:30:56 +0100
commit4afd690197df232cdad74de21a4c55ec2254d8e0 (patch)
treef61a563d9b3dcfedd62bac4df46f8eb7d9607737 /pkgs/development/ocaml-modules/webmachine
parent936ef7525dcfdb455f241e017d225f6c4886f6dd (diff)
ocamlPackages.webmachine: use Dune 2
Diffstat (limited to 'pkgs/development/ocaml-modules/webmachine')
-rw-r--r--pkgs/development/ocaml-modules/webmachine/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/webmachine/default.nix b/pkgs/development/ocaml-modules/webmachine/default.nix
index 3bf163607cd25..afb26cfb354b3 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";