pkgs: Adapt oead for CMake update

This commit is contained in:
Quentin Boyer 2025-10-15 23:17:28 +02:00 committed by traxys
parent d3e1c4af28
commit baddeddd2e

View file

@ -18,6 +18,8 @@ python311.pkgs.buildPythonApplication rec {
fetchSubmodules = true;
};
CMAKE_POLICY_VERSION_MINIMUM = "3.5";
dontUseCmakeConfigure = true;
build-system = [