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