From e082182f013f2364dfd50d30a1d6674500af2478 Mon Sep 17 00:00:00 2001 From: Mio Date: Wed, 8 Oct 2025 21:20:00 +1100 Subject: [PATCH] rclone-browser: fix build against CMake >= 3.5 --- pkgs/applications/networking/sync/rclone/browser.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/networking/sync/rclone/browser.nix b/pkgs/applications/networking/sync/rclone/browser.nix index 272445a04753..3b6be7da5e6b 100644 --- a/pkgs/applications/networking/sync/rclone/browser.nix +++ b/pkgs/applications/networking/sync/rclone/browser.nix @@ -32,6 +32,8 @@ stdenv.mkDerivation rec { wrapQtAppsHook ]; + cmakeFlags = [ "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" ]; + buildInputs = [ qtbase ]; meta = with lib; {