From 9c90ae9f23d14e0ece9f614e3045dcc9ad941288 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 19 May 2025 09:40:30 +0200 Subject: [PATCH] ocamlPackages.google-drive-ocamlfuse: fix checks --- pkgs/applications/networking/google-drive-ocamlfuse/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/google-drive-ocamlfuse/default.nix b/pkgs/applications/networking/google-drive-ocamlfuse/default.nix index 48af19cc590f..48d683e14f21 100644 --- a/pkgs/applications/networking/google-drive-ocamlfuse/default.nix +++ b/pkgs/applications/networking/google-drive-ocamlfuse/default.nix @@ -22,7 +22,7 @@ buildDunePackage rec { hash = "sha256-AWr1tcium70rXFKMTv6xcWxndOJua3UXG8Q04TN1Siw="; }; - doCheck = lib.versionOlder ocaml.version "5.0"; + doCheck = lib.versionAtLeast ocaml.version "5"; checkInputs = [ ounit2 ]; buildInputs = [