bonzomatic: fix build with cmake4

This commit is contained in:
Sigmanificient
2025-12-31 13:59:23 +01:00
parent f2bd99d285
commit a3a8bafe2f
+5
View File
@@ -24,6 +24,11 @@ stdenv.mkDerivation rec {
sha256 = "sha256-hwK3C+p1hRwnuY2/vBrA0QsJGIcJatqq+U5/hzVCXEg=";
};
postPatch = ''
substituteInPlace {,external/glfw/}CMakeLists.txt \
--replace-fail "cmake_minimum_required(VERSION 3.0)" "cmake_minimum_required(VERSION 3.10)"
'';
nativeBuildInputs = [
cmake
makeWrapper