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:17 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-05-09 06:50:58 +0200
commit0c36e36533578ff25d1df461d9a512dd74ac3f4c (patch)
treee53983c17698db2cea16ecc3fe6b47806f6cbc0c /pkgs/development/tools/ocaml
parente138708d302b925c55391908dcfdd7bfacbdcbb9 (diff)
ocaml-top: use Dune 3
Diffstat (limited to 'pkgs/development/tools/ocaml')
-rw-r--r--pkgs/development/tools/ocaml/ocaml-top/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/tools/ocaml/ocaml-top/default.nix b/pkgs/development/tools/ocaml/ocaml-top/default.nix
index 18ea26ca22a8d..517ef2ce9e6c9 100644
--- a/pkgs/development/tools/ocaml/ocaml-top/default.nix
+++ b/pkgs/development/tools/ocaml/ocaml-top/default.nix
@@ -4,6 +4,8 @@ with ocamlPackages; buildDunePackage rec {
   pname = "ocaml-top";
   version = "1.2.0";
 
+  duneVersion = "3";
+
   src = fetchFromGitHub {
     owner = "OCamlPro";
     repo = "ocaml-top";