afsctool: fix build with CMake 4.x (#510234)

This commit is contained in:
Stanisław Pitucha
2026-04-15 10:38:54 +00:00
committed by GitHub
+4
View File
@@ -20,6 +20,10 @@ stdenv.mkDerivation rec {
hash = "sha256-cZ0P9cygj+5GgkDRpQk7P9z8zh087fpVfrYXMRRVUAI=";
};
cmakeFlags = [
(lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.5")
];
nativeBuildInputs = [
pkg-config
cmake