xwinmosaic: fix build with cmake4 (#453667)

This commit is contained in:
7c6f434c
2025-10-20 06:24:41 +00:00
committed by GitHub
+5
View File
@@ -39,6 +39,11 @@ stdenv.mkDerivation rec {
libXdamage
];
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail "cmake_minimum_required (VERSION 2.8)" "cmake_minimum_required(VERSION 3.10)"
'';
meta = {
description = "X window switcher drawing a colourful grid";
license = lib.licenses.bsd2;