about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/mirage-random-test
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-03-28 08:57:17 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-03-28 11:26:07 +0200
commitb3b75dc9805de6238b204171bc8549068e00a165 (patch)
tree889f6b61afa4f206f96cb679cd14d7373e9c7c8b /pkgs/development/ocaml-modules/mirage-random-test
parent5a775d7cb520ebb0e1baeb35d5228e532b8db481 (diff)
ocamlPackages.mirage-random-test: use Dune 3
Diffstat (limited to 'pkgs/development/ocaml-modules/mirage-random-test')
-rw-r--r--pkgs/development/ocaml-modules/mirage-random-test/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/mirage-random-test/default.nix b/pkgs/development/ocaml-modules/mirage-random-test/default.nix
index 81d75db77251c..24339b49568cc 100644
--- a/pkgs/development/ocaml-modules/mirage-random-test/default.nix
+++ b/pkgs/development/ocaml-modules/mirage-random-test/default.nix
@@ -6,10 +6,9 @@ buildDunePackage rec {
   pname = "mirage-random-test";
   version = "0.1.0";
 
-  minimumOCamlVersion = "4.06";
+  minimalOCamlVersion = "4.06";
 
-  # due to cstruct
-  useDune2 = true;
+  duneVersion = "3";
 
   src = fetchurl {
     url = "https://github.com/mirage/${pname}/releases/download/v${version}/${pname}-v${version}.tbz";