about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/gen_js_api
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-11-29 17:30:00 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2022-12-06 16:48:42 +0100
commitea05022a19c2691da43c36d3b912a8c66fd274a2 (patch)
tree55ffa4a0902e9ab567936a39e30efac6de6e5145 /pkgs/development/ocaml-modules/gen_js_api
parentc20624ae4035e4e7ec53caf84bd57f52003ba444 (diff)
ocamlPackages.js_of_ocaml: 4.0.0 → 4.1.0
Diffstat (limited to 'pkgs/development/ocaml-modules/gen_js_api')
-rw-r--r--pkgs/development/ocaml-modules/gen_js_api/default.nix1
-rw-r--r--pkgs/development/ocaml-modules/gen_js_api/ojs.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/gen_js_api/default.nix b/pkgs/development/ocaml-modules/gen_js_api/default.nix
index 4baa21c57cf15..39f325b5fe761 100644
--- a/pkgs/development/ocaml-modules/gen_js_api/default.nix
+++ b/pkgs/development/ocaml-modules/gen_js_api/default.nix
@@ -10,6 +10,7 @@
 buildDunePackage rec {
   pname = "gen_js_api";
   version = "1.1.1";
+  duneVersion = "3";
 
   src = fetchFromGitHub {
     owner = "LexiFi";
diff --git a/pkgs/development/ocaml-modules/gen_js_api/ojs.nix b/pkgs/development/ocaml-modules/gen_js_api/ojs.nix
index 381fda7acd930..0cfe8f4bbfc1a 100644
--- a/pkgs/development/ocaml-modules/gen_js_api/ojs.nix
+++ b/pkgs/development/ocaml-modules/gen_js_api/ojs.nix
@@ -7,6 +7,7 @@ buildDunePackage rec {
   pname = "ojs";
 
   inherit (gen_js_api) version src;
+  duneVersion = "3";
 
   propagatedBuildInputs = [ js_of_ocaml-compiler ];