stepmania: fix minimum cmake version (#451901)

This commit is contained in:
Jo
2025-10-14 15:07:33 +00:00
committed by GitHub

View File

@@ -42,6 +42,9 @@ stdenv.mkDerivation {
postPatch = ''
sed '1i#include <ctime>' -i src/arch/ArchHooks/ArchHooks.h # gcc12
substituteInPlace CMakeLists.txt \
--replace-fail 'cmake_minimum_required(VERSION 2.8.12)' 'cmake_minimum_required(VERSION 3.10)'
'';
nativeBuildInputs = [