From 0d8b418621505340ecb479ea86e83e10455296cc Mon Sep 17 00:00:00 2001 From: ners Date: Sat, 16 Aug 2025 12:48:43 +0200 Subject: [PATCH] jetbrains.rider: add missing libxcb-keysyms dependency --- pkgs/applications/editors/jetbrains/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix index b3e504f12cdb..c88482fa86b1 100644 --- a/pkgs/applications/editors/jetbrains/default.nix +++ b/pkgs/applications/editors/jetbrains/default.nix @@ -324,6 +324,9 @@ rec { lttng-ust_2_12 musl ] + ++ lib.optionals stdenv.hostPlatform.isLinux [ + xorg.xcbutilkeysyms + ] ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch) [ expat libxml2