summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/resto/acl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/resto/acl.nix')
-rw-r--r--pkgs/development/ocaml-modules/resto/acl.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/resto/acl.nix b/pkgs/development/ocaml-modules/resto/acl.nix
index 7ac05cd62da..0eed996289d 100644
--- a/pkgs/development/ocaml-modules/resto/acl.nix
+++ b/pkgs/development/ocaml-modules/resto/acl.nix
@@ -2,9 +2,9 @@
 
 buildDunePackage {
   pname = "resto-acl";
-  inherit (resto) src version meta useDune2 doCheck;
+  inherit (resto) src version meta doCheck;
 
-    minimalOCamlVersion = "4.05";
+  minimalOCamlVersion = "4.10";
 
   propagatedBuildInputs = [
     resto