aseprite: Force Minimum CMake Policy Version to 3.5

This is a bit of a hack, but it builds fine, and
hopefully Aseprite will update it anyways itself before
this becomes an actual problem.

Fixes Issue #450572
This commit is contained in:
CrystalSplitter
2025-10-09 23:20:28 -07:00
parent daebeba791
commit e4bc368342

View File

@@ -108,6 +108,7 @@ clangStdenv.mkDerivation (finalAttrs: {
'';
cmakeFlags = [
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
"-DENABLE_DESKTOP_INTEGRATION=ON"
"-DENABLE_UPDATER=OFF"
"-DUSE_SHARED_CMARK=ON"