about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-05-02 06:07:58 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-05-02 16:25:02 +0200
commit167787f897a9ee26aac6970ecc23b7d74a239cad (patch)
tree04e514a3a3d9b6251b381950305afa2a3d87f85a
parent0615f29a66b19632f60a237c500f97d6c4aecd1d (diff)
ocamlPackages.ppx_deriving_yojson: use Dune 3
-rw-r--r--pkgs/development/ocaml-modules/ppx_deriving_yojson/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/ppx_deriving_yojson/default.nix b/pkgs/development/ocaml-modules/ppx_deriving_yojson/default.nix
index 4fef3c0619f3f..1359540d06645 100644
--- a/pkgs/development/ocaml-modules/ppx_deriving_yojson/default.nix
+++ b/pkgs/development/ocaml-modules/ppx_deriving_yojson/default.nix
@@ -17,6 +17,7 @@ buildDunePackage rec {
   inherit (param) version;
 
   minimalOCamlVersion = "4.07";
+  duneVersion = "3";
 
   src = fetchFromGitHub {
     owner = "ocaml-ppx";