Unverified Commit 034f7505 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

grive2: fix build with cmake 4 (#461980)

parents 5ceef089 a7487b5a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -34,6 +34,11 @@ stdenv.mkDerivation rec {
    })
  ];

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

  nativeBuildInputs = [
    cmake
    pkg-config