abuse: fix build with cmake 4 (#449753)

This commit is contained in:
Fernando Rodrigues
2025-10-08 12:46:33 +00:00
committed by GitHub
+4
View File
@@ -58,6 +58,10 @@ stdenv.mkDerivation (finalAttrs: {
env.NIX_CFLAGS_COMPILE = "-I${lib.getDev SDL2}/include/SDL2";
cmakeFlags = [
(lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.10")
];
nativeBuildInputs = [
copyDesktopItems
cmake