argagg: fix build with cmake4 (#455090)

This commit is contained in:
Masum Reza
2025-10-25 11:02:44 +00:00
committed by GitHub
+5
View File
@@ -20,6 +20,11 @@ stdenv.mkDerivation (finalAttrs: {
cmake
];
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail "cmake_minimum_required( VERSION 2.8 )" "cmake_minimum_required(VERSION 3.10)"
'';
meta = {
homepage = "https://github.com/vietjtnguyen/argagg";
description = "Argument Aggregator";