about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-03-23 17:18:08 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-03-23 17:18:08 +0100
commitfa448b51e0034926d70ea13dd7fcb9c25b3a1aab (patch)
tree3f0aa6fa3981ced7540f320dcf997160a91b49e9
parent580bb886228f454ffaec89025cba75d284445649 (diff)
ocamlPackages.mirage-profile: use Dune 3
-rw-r--r--pkgs/development/ocaml-modules/mirage-profile/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/mirage-profile/default.nix b/pkgs/development/ocaml-modules/mirage-profile/default.nix
index ef856e0212730..2aba97944e17e 100644
--- a/pkgs/development/ocaml-modules/mirage-profile/default.nix
+++ b/pkgs/development/ocaml-modules/mirage-profile/default.nix
@@ -7,7 +7,7 @@ buildDunePackage rec {
   pname = "mirage-profile";
   version = "0.9.1";
 
-  useDune2 = true;
+  duneVersion = "3";
 
   src = fetchurl {
     url = "https://github.com/mirage/mirage-profile/releases/download/v${version}/mirage-profile-v${version}.tbz";