google-drive-ocamlfuse: Use ocaml 4.12

Required because of an indirect dependency on ocamlPackages.ocaml_pcre
Which has a minimum version of ocaml 4.12
This commit is contained in:
Daniel Olsen 2022-09-29 17:47:22 +02:00 committed by Vincent Laporte
parent 7e817a854f
commit 53e40f2e95

View file

@ -28017,7 +28017,7 @@ with pkgs;
gomuks = callPackage ../applications/networking/instant-messengers/gomuks { };
inherit (ocaml-ng.ocamlPackages_4_10) google-drive-ocamlfuse;
inherit (ocaml-ng.ocamlPackages_4_12) google-drive-ocamlfuse;
googler = callPackage ../applications/misc/googler {
python = python3;