about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/bigarray-compat
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-01-25 04:53:20 -0500
committerGitHub <noreply@github.com>2022-01-25 10:53:20 +0100
commitf8ea1ec9cec0128e16353c4c2fec606c92cbf2ca (patch)
tree2cc55588072120c1b450a003c5e1b606a2ba5539 /pkgs/development/ocaml-modules/bigarray-compat
parent5cbff8a564ddd6d40a2e39b43895e06afbb270f7 (diff)
dune_2: 2.9.1 -> 2.9.2 (#156329)
https://github.com/ocaml/dune/releases/tag/2.9.2
Diffstat (limited to 'pkgs/development/ocaml-modules/bigarray-compat')
-rw-r--r--pkgs/development/ocaml-modules/bigarray-compat/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/bigarray-compat/default.nix b/pkgs/development/ocaml-modules/bigarray-compat/default.nix
index 487249ce5ae58..83c35edcc41d0 100644
--- a/pkgs/development/ocaml-modules/bigarray-compat/default.nix
+++ b/pkgs/development/ocaml-modules/bigarray-compat/default.nix
@@ -6,6 +6,8 @@ buildDunePackage rec {
 
   useDune2 = true;
 
+  minimalOCamlVersion = "4.03";
+
   src = fetchFromGitHub {
     owner = "mirage";
     repo = pname;