about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/dune-configurator
diff options
context:
space:
mode:
authorHongchang Wu <wuhc85@gmail.com>2020-10-01 08:47:11 -0400
committerVincent Laporte <vbgl@users.noreply.github.com>2020-10-01 15:04:01 +0200
commitd1ad52061e7d6870b655d43bbf8be98b327e8b65 (patch)
tree5b2d4e68338ce55340acee4a99c110d7ecf424f3 /pkgs/development/ocaml-modules/dune-configurator
parentde6f754b6e9f6f5eef668d0771363a8d2564a1d9 (diff)
ocamlPackages.dune-configurator: add minimumOCamlVersion
Diffstat (limited to 'pkgs/development/ocaml-modules/dune-configurator')
-rw-r--r--pkgs/development/ocaml-modules/dune-configurator/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/dune-configurator/default.nix b/pkgs/development/ocaml-modules/dune-configurator/default.nix
index 16e365dd4f38e..f5303db9a3b54 100644
--- a/pkgs/development/ocaml-modules/dune-configurator/default.nix
+++ b/pkgs/development/ocaml-modules/dune-configurator/default.nix
@@ -7,6 +7,8 @@ buildDunePackage rec {
 
   inherit (dune_2) src version patches;
 
+  minimumOCamlVersion = "4.03";
+
   dontAddPrefix = true;
 
   propagatedBuildInputs = [ csexp result ];