about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-03-17 07:22:20 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2023-03-22 13:20:53 +0100
commitc73ec9f27689ca74b6e2129c55d05e67113d3888 (patch)
tree0ae5ee0bd8e666536384e71e6bc2a8dc40f0d127
parent6ddbe68bd61ff3d101e3fd50a1284e35a364936c (diff)
ocamlPackages.ppx_deriving_yaml: use Dune 3
-rw-r--r--pkgs/development/ocaml-modules/ppx_deriving_yaml/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/ppx_deriving_yaml/default.nix b/pkgs/development/ocaml-modules/ppx_deriving_yaml/default.nix
index c6a0f6d0af655..3fb52de2b8e06 100644
--- a/pkgs/development/ocaml-modules/ppx_deriving_yaml/default.nix
+++ b/pkgs/development/ocaml-modules/ppx_deriving_yaml/default.nix
@@ -7,6 +7,7 @@ buildDunePackage rec {
   version = "0.1.1";
 
   minimalOCamlVersion = "4.08";
+  duneVersion = "3";
 
   src = fetchurl {
     url = "https://github.com/patricoferris/ppx_deriving_yaml/releases/download/v${version}/ppx_deriving_yaml-${version}.tbz";