libclipboard: fix build issue with cmake 4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user