jetbrains.rider: add missing libxcb-keysyms dependency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user