Skip to content

Commit

Permalink
google-drive-ocamlfuse: Use ocaml 4.12
Browse files Browse the repository at this point in the history
Required because of an indirect dependency on ocamlPackages.ocaml_pcre
Which has a minimum version of ocaml 4.12
  • Loading branch information
dali99 authored and vbgl committed Oct 6, 2022
1 parent 7e817a8 commit 53e40f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 53e40f2

Please sign in to comment.