summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-05-09 06:23:29 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-05-09 06:51:11 +0200
commitac28a8110c16edc139a1ceec153cfffab52e080b (patch)
treefecfebf1fa41a11daa6c0eda261eae2a3f1cc741 /pkgs/development/tools/ocaml
parent0c36e36533578ff25d1df461d9a512dd74ac3f4c (diff)
ocamlPackages.ocp-index: use Dune 3
Diffstat (limited to 'pkgs/development/tools/ocaml')
-rw-r--r--pkgs/development/tools/ocaml/ocp-index/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/tools/ocaml/ocp-index/default.nix b/pkgs/development/tools/ocaml/ocp-index/default.nix
index 6c315960f9850..5b37febbb9982 100644
--- a/pkgs/development/tools/ocaml/ocp-index/default.nix
+++ b/pkgs/development/tools/ocaml/ocp-index/default.nix
@@ -4,6 +4,8 @@ buildDunePackage rec {
   pname = "ocp-index";
   version = "1.3.4";
 
+  duneVersion = "3";
+
   minimalOCamlVersion = "4.08";
 
   src = fetchFromGitHub {