afsctool: fix build with CMake 4.x

This commit is contained in:
Kirill Radzikhovskyy
2026-04-15 19:11:18 +10:00
parent a2aebce876
commit a483b78628
+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