about summary refs log tree commit diff
path: root/pkgs/applications/networking/google-drive-ocamlfuse
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-10-26 06:27:59 +0100
committerehmry <ehmry@posteo.net>2020-11-01 17:18:02 +0100
commit86c6683e6208103224da74ace3d89031b3e10ab1 (patch)
tree868643b8461b9ee00e72f82ccf01b9fa612bf967 /pkgs/applications/networking/google-drive-ocamlfuse
parent99ebf5ba5bfb936ea21d91e828736d8c473467e2 (diff)
ocamlPackages.google-drive-ocamlfuse: disable for OCaml < 4.06
Diffstat (limited to 'pkgs/applications/networking/google-drive-ocamlfuse')
-rw-r--r--pkgs/applications/networking/google-drive-ocamlfuse/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/google-drive-ocamlfuse/default.nix b/pkgs/applications/networking/google-drive-ocamlfuse/default.nix
index b9b1c1f54a954..72ff8bd8b4be2 100644
--- a/pkgs/applications/networking/google-drive-ocamlfuse/default.nix
+++ b/pkgs/applications/networking/google-drive-ocamlfuse/default.nix
@@ -8,6 +8,8 @@ buildDunePackage rec {
 
   useDune2 = true;
 
+  minimumOCamlVersion = "4.06";
+
   src = fetchFromGitHub {
     owner = "astrada";
     repo = "google-drive-ocamlfuse";