Unverified Commit d14c6887 authored by Florian's avatar Florian Committed by GitHub
Browse files

seafile-client: bump minimum CMake version with `substituteInPlace` (#450764)

parents 93d8b877 aecc8216
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -33,6 +33,12 @@ stdenv.mkDerivation rec {
    })
  ];

  postPatch = ''
    substituteInPlace CMakeLists.txt --replace-fail \
      'CMAKE_MINIMUM_REQUIRED(VERSION 2.8.9)' \
      'CMAKE_MINIMUM_REQUIRED(VERSION 3.10)'
  '';

  nativeBuildInputs = [
    libuuid
    pkg-config