Unverified Commit cd0ddf1e authored by Rexiel Scarlet's avatar Rexiel Scarlet
Browse files

d-seams: fix build with cmake 4

parent ad3aba15
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -35,6 +35,10 @@ clangStdenv.mkDerivation rec {
      hash = "sha256-PLbT1lqdw+69lIHH96MPcGRjfIeZyb88vc875QLYyqw=";
    })
  ];
  postPatch = ''
    substituteInPlace CMakeLists.txt \
      --replace-fail "cmake_minimum_required(VERSION 3.0 FATAL_ERROR)" "cmake_minimum_required(VERSION 3.10)"
  '';
  nativeBuildInputs = [
    cmake
    lua