allegro: fix build with cmake4 (#449407)

This commit is contained in:
Matteo Pacini
2025-10-07 08:32:45 +00:00
committed by GitHub
@@ -63,7 +63,10 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
cmakeFlags = [ "-DCMAKE_SKIP_RPATH=ON" ];
cmakeFlags = [
"-DCMAKE_SKIP_RPATH=ON"
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
];
meta = with lib; {
description = "Game programming library";