python313Packages.yaramod: fix build with cmake 4
This commit is contained in:
@@ -37,6 +37,9 @@ buildPythonPackage rec {
|
||||
cp -r --no-preserve=all ${nlohmann_json.src}/single_include/nlohmann/json.hpp deps/json/
|
||||
cp -r --no-preserve=all ${pybind11.src} deps/pybind11/
|
||||
cp -r --no-preserve=all ${gtest.src} deps/googletest/
|
||||
|
||||
substituteInPlace deps/pog/deps/fmt/fmt/CMakeLists.txt \
|
||||
--replace-fail "cmake_minimum_required(VERSION 3.1.0)" "cmake_minimum_required(VERSION 3.10)"
|
||||
'';
|
||||
|
||||
dontUseCmakeConfigure = true;
|
||||
|
||||
Reference in New Issue
Block a user