about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-03-23 06:04:19 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-03-23 06:04:20 +0100
commit33cffcde611ae2c6b62456f016ca0916e42d5401 (patch)
tree97a28dbfee9ae82715cc0dcbfeb92d89604d0a4e /pkgs/development/ocaml-modules
parentf2aa79b5e11d3c87d090089f87e7071bdbebfa16 (diff)
ocamlPackages.tuntap: use Dune 3
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/tuntap/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/tuntap/default.nix b/pkgs/development/ocaml-modules/tuntap/default.nix
index 2bbf89c612731..e5db86d7fee4f 100644
--- a/pkgs/development/ocaml-modules/tuntap/default.nix
+++ b/pkgs/development/ocaml-modules/tuntap/default.nix
@@ -6,9 +6,9 @@ buildDunePackage rec {
   pname = "tuntap";
   version = "2.0.0";
 
-  useDune2 = true;
+  duneVersion = "3";
 
-  minimumOCamlVersion = "4.04.2";
+  minimalOCamlVersion = "4.04.2";
 
   src = fetchurl {
     url = "https://github.com/mirage/ocaml-tuntap/releases/download/v${version}/tuntap-v${version}.tbz";