ocamlPackages.google-drive-ocamlfuse: disable for OCaml < 4.06

This commit is contained in:
Vincent Laporte 2020-10-26 06:27:59 +01:00 committed by ehmry
parent 99ebf5ba5b
commit 86c6683e62

View File

@ -8,6 +8,8 @@ buildDunePackage rec {
useDune2 = true;
minimumOCamlVersion = "4.06";
src = fetchFromGitHub {
owner = "astrada";
repo = "google-drive-ocamlfuse";