diff --git a/pkgs/oead.nix b/pkgs/oead.nix index b717d3a..9d389f2 100644 --- a/pkgs/oead.nix +++ b/pkgs/oead.nix @@ -18,6 +18,8 @@ python311.pkgs.buildPythonApplication rec { fetchSubmodules = true; }; + CMAKE_POLICY_VERSION_MINIMUM = "3.5"; + dontUseCmakeConfigure = true; build-system = [