about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/caqti/type-calendar.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/caqti/type-calendar.nix')
-rw-r--r--pkgs/development/ocaml-modules/caqti/type-calendar.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/caqti/type-calendar.nix b/pkgs/development/ocaml-modules/caqti/type-calendar.nix
index db4d5983aedf..26b0887f20e8 100644
--- a/pkgs/development/ocaml-modules/caqti/type-calendar.nix
+++ b/pkgs/development/ocaml-modules/caqti/type-calendar.nix
@@ -4,8 +4,6 @@ buildDunePackage {
   pname = "caqti-type-calendar";
   inherit (caqti) src version;
 
-  duneVersion = "3";
-
   propagatedBuildInputs = [ calendar caqti ];
 
   meta = caqti.meta // {