mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
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:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user