about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-05-02 06:07:17 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-05-02 16:24:59 +0200
commit787847ac76c3da0f8477643c9d458f1daf176761 (patch)
tree198d10957e0e2db9dfb8876d9237ebca9ca61699
parentd3897e049b66e049422c307bcf41cd5f5c18a143 (diff)
downloadnixlib-787847ac76c3da0f8477643c9d458f1daf176761.tar
nixlib-787847ac76c3da0f8477643c9d458f1daf176761.tar.gz
nixlib-787847ac76c3da0f8477643c9d458f1daf176761.tar.bz2
nixlib-787847ac76c3da0f8477643c9d458f1daf176761.tar.lz
nixlib-787847ac76c3da0f8477643c9d458f1daf176761.tar.xz
nixlib-787847ac76c3da0f8477643c9d458f1daf176761.tar.zst
nixlib-787847ac76c3da0f8477643c9d458f1daf176761.zip
ocamlPackages.integers_stubs_js: use Dune 3
-rw-r--r--pkgs/development/ocaml-modules/integers_stubs_js/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/integers_stubs_js/default.nix b/pkgs/development/ocaml-modules/integers_stubs_js/default.nix
index 59d47d2daf5f..236c44bcaa75 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";