xautoclick: fix build with cmake4

This commit is contained in:
Sigmanificient
2025-10-16 23:10:49 +02:00
parent 23eaaab25a
commit 5bb16a45ac
+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