mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 02:40:20 +01:00
pkgs: Adapt oead for CMake update
This commit is contained in:
parent
d3e1c4af28
commit
baddeddd2e
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ python311.pkgs.buildPythonApplication rec {
|
|||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
CMAKE_POLICY_VERSION_MINIMUM = "3.5";
|
||||
|
||||
dontUseCmakeConfigure = true;
|
||||
|
||||
build-system = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue