oonf-olsrd2: fix build with cmake4

This commit is contained in:
Rafael Ieda
2025-10-23 18:04:27 -03:00
parent 113dc6bea4
commit a35e7ea278
+5
View File
@@ -31,6 +31,11 @@ stdenv.mkDerivation rec {
cmake
];
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail "cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)" "cmake_minimum_required(VERSION 3.10)"
'';
meta = with lib; {
description = "Adhoc wireless mesh routing daemon";
license = licenses.bsd3;