libuinputplus: fix build with cmake4 (#454375)

This commit is contained in:
Fernando Rodrigues
2025-10-22 02:41:25 +00:00
committed by GitHub
@@ -25,6 +25,11 @@ stdenv.mkDerivation rec {
pkg-config
];
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail "cmake_minimum_required(VERSION 3.0)" "cmake_minimum_required(VERSION 3.10)"
'';
meta = with lib; {
inherit (src.meta) homepage;
description = "Easy-to-use uinput library in C++";