rclone-browser: fix build against CMake >= 3.5

This commit is contained in:
Mio
2025-10-08 21:20:00 +11:00
committed by GitHub
parent e62a1d2f71
commit e082182f01
@@ -32,6 +32,8 @@ stdenv.mkDerivation rec {
wrapQtAppsHook
];
cmakeFlags = [ "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" ];
buildInputs = [ qtbase ];
meta = with lib; {