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:
committed by
Vincent Laporte
parent
7e817a854f
commit
53e40f2e95
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user