about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/lustre-v6
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-03-17 07:21:37 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2023-03-22 13:20:53 +0100
commitfd2191f857a7b6ea56802e9ca85ce3c958322e62 (patch)
treef40754c97b91be9344bc49a537033cb0be9788cc /pkgs/development/ocaml-modules/lustre-v6
parentc73ec9f27689ca74b6e2129c55d05e67113d3888 (diff)
ocamlPackages.lustre-v6: use Dune 3
Diffstat (limited to 'pkgs/development/ocaml-modules/lustre-v6')
-rw-r--r--pkgs/development/ocaml-modules/lustre-v6/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/lustre-v6/default.nix b/pkgs/development/ocaml-modules/lustre-v6/default.nix
index 97084b913edbd..102977634c297 100644
--- a/pkgs/development/ocaml-modules/lustre-v6/default.nix
+++ b/pkgs/development/ocaml-modules/lustre-v6/default.nix
@@ -5,6 +5,7 @@ buildDunePackage rec {
   version = "6.107.3";
 
   minimalOCamlVersion = "4.12";
+  duneVersion = "3";
 
   src = fetchurl {
     url = "https://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/pool/lustre-v6.v${version}.tgz";