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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user