libclipboard: fix build issue with cmake 4

This commit is contained in:
Andrew Zah
2025-10-21 10:56:10 +09:00
parent b43c43d642
commit 97aaac0bb1
+5
View File
@@ -20,6 +20,11 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-553hNG8QUlt/Aff9EKYr6w279ELr+2MX7nh1SKIklhA=";
};
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail "cmake_minimum_required(VERSION 2.8)" "cmake_minimum_required(VERSION 3.10)"
'';
buildInputs = [
libxcb
libXau