chrome-pak-customizer: fix build with cmake4

This commit is contained in:
Rafael Ieda
2025-10-21 05:06:43 -03:00
parent 0720d4cf7a
commit 7a9cf477c4

View File

@@ -34,6 +34,11 @@ stdenv.mkDerivation {
runHook postInstall
'';
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail "cmake_minimum_required(VERSION 2.8)" "cmake_minimum_required(VERSION 3.10)"
'';
meta = {
description = "Simple batch tool to customize pak files in chrome or chromium-based browser";
homepage = "https://github.com/myfreeer/chrome-pak-customizer";