From 53e40f2e95daa9f5531ae542f2dfcc3e70262638 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Thu, 29 Sep 2022 17:47:22 +0200 Subject: [PATCH] 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 --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 2e009a281a987c4..849558a2a8e3ff3 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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;