Unverified Commit e082182f authored by Mio's avatar Mio Committed by GitHub
Browse files

rclone-browser: fix build against CMake >= 3.5

parent e62a1d2f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@ stdenv.mkDerivation rec {
    wrapQtAppsHook
  ];

  cmakeFlags = [ "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" ];

  buildInputs = [ qtbase ];

  meta = with lib; {