Unverified Commit 4bb4c30c authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

ringracers: fix build with cmake4 (#455088)

parents 7b443cf2 8deab44f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -85,6 +85,11 @@ stdenv.mkDerivation (finalAttrs: {
    runHook postInstall
  '';

  postPatch = ''
    substituteInPlace src/acs/vm/CMakeLists.txt \
      --replace-fail "cmake_minimum_required(VERSION 2.6)" "cmake_minimum_required(VERSION 3.10)"
  '';

  meta = with lib; {
    description = "Kart racing video game based on Sonic Robo Blast 2 (SRB2), itself based on a modified version of Doom Legacy";
    homepage = "https://kartkrew.org";