From 787847ac76c3da0f8477643c9d458f1daf176761 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Tue, 2 May 2023 06:07:17 +0200 Subject: [PATCH] ocamlPackages.integers_stubs_js: use Dune 3 --- pkgs/development/ocaml-modules/integers_stubs_js/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/ocaml-modules/integers_stubs_js/default.nix b/pkgs/development/ocaml-modules/integers_stubs_js/default.nix index 59d47d2daf5..236c44bcaa7 100644 --- a/pkgs/development/ocaml-modules/integers_stubs_js/default.nix +++ b/pkgs/development/ocaml-modules/integers_stubs_js/default.nix @@ -8,6 +8,7 @@ buildDunePackage rec { version = "1.0"; minimalOCamlVersion = "4.08"; + duneVersion = "3"; src = fetchFromGitHub { owner = "o1-labs";