xautoclick: fix build with cmake4 (#452733)

This commit is contained in:
Yohann Boniface
2025-10-23 21:09:19 +00:00
committed by GitHub
+9
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
xorg,
pkg-config,
cmake,
@@ -28,6 +29,14 @@ stdenv.mkDerivation rec {
sha256 = "GN3zI5LQnVmRC0KWffzUTHKrxcqnstiL55hopwTTwpE=";
};
patches = [
(fetchpatch {
name = "bump-cmake-required-version.patch";
url = "https://github.com/qarkai/xautoclick/commit/a6cd4058fa7d8579bf4ada3f48441f333fca9dab.patch?full_index=1";
hash = "sha256-4ovcaVrXQqFZX85SnewtfjZpipcGTw52ZrTkT6iWZQM=";
})
];
nativeBuildInputs = [
cmake
pkg-config