about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2022-10-21 10:26:24 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2022-10-21 11:29:34 +0200
commit202ea673438c553ff8868a545d9c41c7c2f7d2c5 (patch)
treec2a1461fb9c119f9ad0d89cf30fc37b351b9c538
parent690ccd9c4ad70a60c2e3f16655ab476478392830 (diff)
ocamlPackages.mec: Use dune 3
-rw-r--r--pkgs/development/ocaml-modules/mec/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/mec/default.nix b/pkgs/development/ocaml-modules/mec/default.nix
index 8381cf821ed34..9811c502596da 100644
--- a/pkgs/development/ocaml-modules/mec/default.nix
+++ b/pkgs/development/ocaml-modules/mec/default.nix
@@ -10,6 +10,8 @@ buildDunePackage rec {
     sha256 = "sha256-uIcGj/exSfuuzsv6C/bnJXpYRu3OY3dcKMW/7+qwi2U=";
   };
 
+  duneVersion = "3";
+
   minimalOCamlVersion = "4.12";
 
   propagatedBuildInputs = [