google-drive-ocamlfuse: build with OCaml 4.10

This commit is contained in:
Vincent Laporte 2021-04-20 06:06:58 +02:00 committed by Vincent Laporte
parent 8d4b6207e9
commit 1a7f327cb6

View file

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