From d3897e049b66e049422c307bcf41cd5f5c18a143 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Tue, 2 May 2023 06:07:05 +0200 Subject: [PATCH] ocamlPackages.ctypes_stubs_js: use Dune 3 --- pkgs/development/ocaml-modules/ctypes_stubs_js/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/ocaml-modules/ctypes_stubs_js/default.nix b/pkgs/development/ocaml-modules/ctypes_stubs_js/default.nix index edb31f1836b..c8913ce9bb0 100644 --- a/pkgs/development/ocaml-modules/ctypes_stubs_js/default.nix +++ b/pkgs/development/ocaml-modules/ctypes_stubs_js/default.nix @@ -9,6 +9,7 @@ buildDunePackage rec { pname = "ctypes_stubs_js"; version = "0.1"; + duneVersion = "3"; minimalOCamlVersion = "4.08"; src = fetchFromGitLab {