From fd2191f857a7b6ea56802e9ca85ce3c958322e62 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Fri, 17 Mar 2023 07:21:37 +0100 Subject: ocamlPackages.lustre-v6: use Dune 3 --- pkgs/development/ocaml-modules/lustre-v6/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/ocaml-modules/lustre-v6/default.nix') 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"; -- cgit 1.4.1