about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-05-14 16:39:00 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2020-05-18 18:17:20 +0200
commit311e883b23ce854862f2edd07891993c63eadbbd (patch)
treee35dc5e7938e3c80f0a18d94130ccba0044520c1 /pkgs/development/ocaml-modules
parentfdf4439accb1690defcc94208112baa7159a341d (diff)
downloadnixlib-311e883b23ce854862f2edd07891993c63eadbbd.tar
nixlib-311e883b23ce854862f2edd07891993c63eadbbd.tar.gz
nixlib-311e883b23ce854862f2edd07891993c63eadbbd.tar.bz2
nixlib-311e883b23ce854862f2edd07891993c63eadbbd.tar.lz
nixlib-311e883b23ce854862f2edd07891993c63eadbbd.tar.xz
nixlib-311e883b23ce854862f2edd07891993c63eadbbd.tar.zst
nixlib-311e883b23ce854862f2edd07891993c63eadbbd.zip
ocamlPackages.dune-private-libs: disable for OCaml < 4.07
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/dune-private-libs/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/dune-private-libs/default.nix b/pkgs/development/ocaml-modules/dune-private-libs/default.nix
index 14059070c9a0..6161bd1fe8e8 100644
--- a/pkgs/development/ocaml-modules/dune-private-libs/default.nix
+++ b/pkgs/development/ocaml-modules/dune-private-libs/default.nix
@@ -7,6 +7,8 @@ buildDunePackage rec {
 
   inherit (dune_2) src version;
 
+  minimumOCamlVersion = "4.07";
+
   dontAddPrefix = true;
 
   meta = with lib; {