about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/macaddr/cstruct.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-03-23 06:04:25 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-03-23 06:04:25 +0100
commitb174387ba919dddd50e347f18012343dcb6ba4fa (patch)
tree2f3b6797e9be58a273ab81b7832b5974eaea0412 /pkgs/development/ocaml-modules/macaddr/cstruct.nix
parent33cffcde611ae2c6b62456f016ca0916e42d5401 (diff)
ocamlPackages.macaddr: 5.3.0 → 5.4.0
Diffstat (limited to 'pkgs/development/ocaml-modules/macaddr/cstruct.nix')
-rw-r--r--pkgs/development/ocaml-modules/macaddr/cstruct.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/macaddr/cstruct.nix b/pkgs/development/ocaml-modules/macaddr/cstruct.nix
index db543c0574e11..863491e0b7fb8 100644
--- a/pkgs/development/ocaml-modules/macaddr/cstruct.nix
+++ b/pkgs/development/ocaml-modules/macaddr/cstruct.nix
@@ -7,6 +7,8 @@ buildDunePackage {
 
   inherit (macaddr) version src;
 
+  duneVersion = "3";
+
   propagatedBuildInputs = [ macaddr cstruct ];
 
   doCheck = true;