From 612bd38fc9c4b125a43479172c65e80fe62dad0f Mon Sep 17 00:00:00 2001 From: rope Date: Wed, 3 Jun 2026 15:05:07 +0100 Subject: [PATCH] hyprland: fix xembed-sni-proxy build (remove set_package_properties) Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 1d4c3c9..e630fbe 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -15,6 +15,11 @@ let hash = "sha256-cxEOrPUPtNTFSgH8hsbft/1dmPsXhONQgFnOWuzFfTk="; }; + postPatch = '' + substituteInPlace CMakeLists.txt \ + --replace-fail 'set_package_properties(XCB PROPERTIES TYPE REQUIRED)' "" + ''; + nativeBuildInputs = with pkgs; [ cmake pkg-config