hyprland: fix xembed-sni-proxy build (remove set_package_properties)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-06-03 15:05:07 +01:00
parent 7cb8ad0611
commit 612bd38fc9

View file

@ -15,6 +15,11 @@ let
hash = "sha256-cxEOrPUPtNTFSgH8hsbft/1dmPsXhONQgFnOWuzFfTk="; hash = "sha256-cxEOrPUPtNTFSgH8hsbft/1dmPsXhONQgFnOWuzFfTk=";
}; };
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace-fail 'set_package_properties(XCB PROPERTIES TYPE REQUIRED)' ""
'';
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
cmake cmake
pkg-config pkg-config